aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-11-08 00:23:08 -0500
committertusooa <tusooa@kazv.moe>2022-11-08 00:23:08 -0500
commit771933183be07d84f06103338f8b6b7c4ed282da (patch)
tree02ba459fb3dc8ef6e4459a2fc26fc8203ee56c98 /src/App.vue
parentd41e7a4c6d23ae272097b12ecdf9062d82e378b6 (diff)
Make user panel and notification <aside>
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 8dad8ce9..12b4f61b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -30,7 +30,7 @@
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
- <div id="notifs-sidebar" />
+ <aside id="notifs-sidebar" />
</template>
</div>
<main