-
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.
feat(bridge-ui): add announcement for bridge ui testnet (#454)
- Loading branch information
dave | d1onys1us
authored
Dec 19, 2022
1 parent
19de694
commit fb801f2
Showing
2 changed files
with
19 additions
and
0 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
17 changes: 17 additions & 0 deletions
17
packages/bridge-ui/src/components/HeaderAnnouncement.svelte
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,17 @@ | ||
<div class="relative bg-[#fc0fc0]"> | ||
<div class="mx-auto max-w-7xl py-3 px-3 sm:px-6 lg:px-8"> | ||
<div class="pr-16 sm:px-16 text-center"> | ||
<p class="font-medium text-white"> | ||
<span class="md:inline">Hello! At Taiko, we develop in open-source, so this URL, and others, are | ||
publicly available. However, it is not ready to be used. We will make an | ||
announcement when our public testnet is ready!</span> | ||
<span class="block sm:ml-2 sm:inline-block"> | ||
<a href="https://twitter.com/taikoxyz" class="font-bold text-white underline"> | ||
Follow @taikoxyz on Twitter | ||
<span aria-hidden="true"> →</span> | ||
</a> | ||
</span> | ||
</p> | ||
</div> | ||
</div> | ||
</div> |