summaryrefslogtreecommitdiff
path: root/Layout/MainLayout.razor
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/MainLayout.razor')
-rw-r--r--Layout/MainLayout.razor8
1 files changed, 6 insertions, 2 deletions
diff --git a/Layout/MainLayout.razor b/Layout/MainLayout.razor
index 8e9f6bd..4c1b284 100644
--- a/Layout/MainLayout.razor
+++ b/Layout/MainLayout.razor
@@ -1,7 +1,5 @@
@inherits LayoutComponentBase
-<link href="@(nameof(HyperBooru)).styles.css" rel="stylesheet" />
-
<Titlebar/>
<MobileMenu/>
@@ -9,3 +7,9 @@
<div id="content">
@Body
</div>
+
+<div id="blazor-error-ui" data-nosnippet>
+ An unhandled error has occurred.
+ <a href="." class="reload">Reload</a>
+ <span class="dismiss">🗙</span>
+</div>