projects page placeholder

This commit is contained in:
cirroskais 2024-04-22 04:56:20 -04:00
parent 3b2713ca29
commit b648ada5ba
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -5,3 +5,9 @@
<svelte:head>
<title>{$page.data.discord?.username}/projects</title>
</svelte:head>
<div class="flex w-full h-[calc(100vh-5.125rem)]">
<p class="m-auto text-2xl italic text-neutral-700">
There doesn't appear to be anything here yet...
</p>
</div>