aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-06-07 16:52:03 +0300
committerHenry Jameson <me@hjkos.com>2022-06-07 16:52:03 +0300
commit9b5fe24ca455af5420a326e78878ca7b35b5bf66 (patch)
tree4dcf510e313480072a40ed8f89abdcc37bffec52 /src/App.vue
parent0aa334515bd67ca69e84177c22273592f694fc28 (diff)
restore notifications page, fix z-index issues
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 5b448972..21f6f686 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -9,7 +9,7 @@
/>
<MobileNav v-if="layoutType === 'mobile'" />
<DesktopNav v-else />
- <notifications v-if="currentUser" />
+ <Notifications v-if="currentUser" />
<div
id="content"
class="app-layout container"