From 753f2c3dd18ba08d794181b97b4fe57f9ddff7ab Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:14:00 +0200 Subject: [PATCH] Edit nav & colors Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- public/logo-large.svg | 64 +++++++++++++++++++++++++++++++++++++++ src/components/Nav.svelte | 57 ++++++++++++++++++++++++++++------ src/layouts/Layout.astro | 29 +++--------------- src/styles/global.css | 6 ++-- 4 files changed, 118 insertions(+), 38 deletions(-) create mode 100644 public/logo-large.svg diff --git a/public/logo-large.svg b/public/logo-large.svg new file mode 100644 index 0000000..5d3fd17 --- /dev/null +++ b/public/logo-large.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index d114ac0..9a746f3 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -1,17 +1,34 @@
@@ -31,17 +48,37 @@ {link.label} {:else} - {link.label} + + {#if link.icon} + {@const Icon = link.icon} + + {/if} + {link.label} + {/if} {/each}
- {title} + + iky logo + iky logo large +