-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<template> | ||
<Modal @closeModal="$emit('closeModal')"> | ||
<template #content> | ||
<main class="min-h-[38rem] max-w-[48rem]"> | ||
<main class="h-38 max-w-[48rem]"> | ||
<div class="flex flex-row items-start justify-between"> | ||
<h1 class="pointer-events-auto pr-5 text-2xl font-bold"> | ||
Help & Resources | ||
|
@@ -77,7 +77,10 @@ | |
<p> | ||
Application made by Trobonox (trobo.tech), licensed under | ||
the Apache 2.0 License. Icons used are from Heroicons | ||
(licensed unter the MIT License). | ||
(licensed unter the MIT License). <br> | ||
</p> | ||
<p> | ||
We are not affiliated, associated, authorized, endorsed by or in any way officially connected to Trello, Inc. (www.trello.com). | ||
</p> | ||
<p class="pt-2"> | ||
Copyright (c) 2022-2023 trobonox ([email protected]) <br> | ||
|