logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a6fae395dac4f56ba0a48880f0ce2500b5dd5ebd
parent d690b88c1c240f0f05062051b8e852f626dd4b9d
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 23 Mar 2022 16:05:53 +0200

fix dupe id

Diffstat:

Msrc/App.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue @@ -1,11 +1,11 @@ <template> <div - id="app" - :style="bgStyle" + id="app-loaded" > <div id="app_bg_wrapper" class="app-bg-wrapper" + :style="bgStyle" /> <MobileNav v-if="isMobileLayout" /> <DesktopNav v-else />