From 4082e25941fe850aa93a4219a54c24060a369eed Mon Sep 17 00:00:00 2001 From: Silberengel Date: Tue, 11 Feb 2025 12:54:04 -0800 Subject: [PATCH] Correct About page menu location and hyperlink underlines --- src/lib/components/Navigation.svelte | 4 ++-- src/routes/about/+page.svelte | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 4bab160..d0cd37c 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -18,10 +18,10 @@ - About New Note Visualize - + About + diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 2c0b804..611bd2b 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -7,9 +7,9 @@
About -

Alexandria is an editor and generator for curated publications and will soon also be a reader for long-form articles and wiki pages. - It is produced by the GitCitadel project team.

+

Alexandria is an editor and generator for curated publications and will soon also be a reader for long-form articles and wiki pages. + It is produced by the GitCitadel project team.

-

Please submit support issues on the project repo page and follow us on GitHub and Geyserfund.

+

Please submit support issues on the project repo page and follow us on GitHub and Geyserfund.

\ No newline at end of file