feat: connect to remote server button

This commit is contained in:
Timothy Jaeryang Baek 2025-01-13 15:22:42 -08:00
parent d1c9195bc9
commit 25f2671d10

View File

@ -146,6 +146,16 @@
>
{`Continue`}
</div>
<button
class="text-xs mt-3 text-gray-500 cursor-pointer"
in:fly={{ delay: 500, duration: 750, y: 10 }}
onclick={() => {
console.log('hi');
}}
>
To connect to an existing server, click here.
</button>
{/if}
</div>
</div>