diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-08 00:23:08 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-08 00:23:08 -0500 |
| commit | 771933183be07d84f06103338f8b6b7c4ed282da (patch) | |
| tree | 02ba459fb3dc8ef6e4459a2fc26fc8203ee56c98 /src/App.vue | |
| parent | d41e7a4c6d23ae272097b12ecdf9062d82e378b6 (diff) | |
Make user panel and notification <aside>
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
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 |
