From 85f9b87e6f6bc4854e00eae0df17d304316a6b68 Mon Sep 17 00:00:00 2001
From: Silberengel
Date: Sat, 5 Apr 2025 09:58:31 +0200
Subject: [PATCH 1/2] fixes Issue#208 error page rendering of buttons
---
src/routes/publication/+error.svelte | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/routes/publication/+error.svelte b/src/routes/publication/+error.svelte
index a31bec9..96c5e57 100644
--- a/src/routes/publication/+error.svelte
+++ b/src/routes/publication/+error.svelte
@@ -20,12 +20,12 @@
{page.error?.message}
-
-
\ No newline at end of file
+
From 714fc768f7e2913616502a6f8d8bec19088c2c0b Mon Sep 17 00:00:00 2001
From: Silberengel
Date: Sat, 5 Apr 2025 12:05:05 +0200
Subject: [PATCH 2/2] Changed class to match the others.
---
src/routes/publication/+error.svelte | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/routes/publication/+error.svelte b/src/routes/publication/+error.svelte
index 96c5e57..2cbb819 100644
--- a/src/routes/publication/+error.svelte
+++ b/src/routes/publication/+error.svelte
@@ -20,10 +20,10 @@
{page.error?.message}
- invalidateAll()}>
+ invalidateAll()}>
Try Again
- goto('/')}>
+ goto('/')}>
Return home