chore: wow looks like tailscale
This commit is contained in:
parent
db2fc29da6
commit
9594468bf4
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user