-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): move alpha notice to component
since we are now behind a login
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<script lang="ts"> | ||
import * as Card from "$lib/components/ui/card/index.ts" | ||
</script> | ||
|
||
<Card.Root class="max-w-lg"> | ||
<Card.Header> | ||
<Card.Title>Union App Alpha</Card.Title> | ||
</Card.Header> | ||
<Card.Content class="flex flex-col gap-2"> | ||
<p>Congratulations on finding the <b>Union App Alpha.</b></p> | ||
<p>This App is unfinished and not meant for public use. However, feel free to click around to see what we are working on.</p> | ||
</Card.Content> | ||
</Card.Root> |
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