chore: wow looks like tailscale

This commit is contained in:
Aarnav Tale 2024-03-17 20:50:14 -04:00
parent db2fc29da6
commit 9594468bf4
No known key found for this signature in database
GPG Key ID: 1CA889B6ACCAF2F2
2 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@
<a
href={`${base}${to}`}
class={clsx(
"flex items-center gap-x-2 p-4 border-b-2",
"flex items-center gap-x-2 p-2 border-b-2 text-sm",
$page.url.pathname === `${base}${to}`
? "border-white"
: "border-transparent",
)}
>
<svelte:component this={icon} stroke={1} size={24} />
<svelte:component this={icon} stroke={1} size={16} />
{name}
</a>

View File

@ -21,8 +21,8 @@
</script>
<header class="bg-gray-800 text-white mb-16">
<nav class="flex items-end gap-x-8 container mx-auto">
<div class="flex items-center gap-x-2 p-4">
<nav class="container mx-auto">
<div class="flex items-center gap-x-2 mb-8 pt-4">
<IconBrandFlightradar24 stroke={1} size={24} />
<h1 class="text-2xl">Headplane</h1>
</div>