chore: wow looks like tailscale
This commit is contained in:
parent
db2fc29da6
commit
9594468bf4
@ -11,12 +11,12 @@
|
|||||||
<a
|
<a
|
||||||
href={`${base}${to}`}
|
href={`${base}${to}`}
|
||||||
class={clsx(
|
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}`
|
$page.url.pathname === `${base}${to}`
|
||||||
? "border-white"
|
? "border-white"
|
||||||
: "border-transparent",
|
: "border-transparent",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<svelte:component this={icon} stroke={1} size={24} />
|
<svelte:component this={icon} stroke={1} size={16} />
|
||||||
{name}
|
{name}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -21,8 +21,8 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header class="bg-gray-800 text-white mb-16">
|
<header class="bg-gray-800 text-white mb-16">
|
||||||
<nav class="flex items-end gap-x-8 container mx-auto">
|
<nav class="container mx-auto">
|
||||||
<div class="flex items-center gap-x-2 p-4">
|
<div class="flex items-center gap-x-2 mb-8 pt-4">
|
||||||
<IconBrandFlightradar24 stroke={1} size={24} />
|
<IconBrandFlightradar24 stroke={1} size={24} />
|
||||||
<h1 class="text-2xl">Headplane</h1>
|
<h1 class="text-2xl">Headplane</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user