From 7667e7bd74ecb669ae94b75f573a407db283a052 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Tue, 15 Jul 2025 00:39:58 +0200 Subject: [PATCH] logo --- public/fingerprint_scope_logo.svg | 60 +++++++++++++++++++++++++++++++ src/components/Navigation.astro | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 public/fingerprint_scope_logo.svg diff --git a/public/fingerprint_scope_logo.svg b/public/fingerprint_scope_logo.svg new file mode 100644 index 0000000..35a8af9 --- /dev/null +++ b/public/fingerprint_scope_logo.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 0b3ac6a..7eb40f3 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -8,7 +8,7 @@ const currentPath = Astro.url.pathname;