Skip to content

Commit

Permalink
feat: disable testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z committed Jun 27, 2024
1 parent 4366732 commit c4f9563
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
{@html $_('app-description')}
</h2>
<div class="flex gap-4 my-8">
<button class="btn btn-sm md:btn-md lg:btn-lg font-overpass text-blue-600 lg:text-xl">
<a href="https://testnet.app.sunriselayer.io" target="_blank">Try our Testnet</a>
<button
class="btn btn-sm md:btn-md lg:btn-lg font-overpass text-blue-600 lg:text-xl"
disabled
>
Try our Testnet
</button>
<button
class="btn btn-sm md:btn-md lg:btn-lg btn-outline font-overpass text-base-100 lg:text-xl"
Expand Down

0 comments on commit c4f9563

Please sign in to comment.