fix dupe id

This commit is contained in:
Henry Jameson 2022-03-23 16:05:53 +02:00
parent d690b88c1c
commit a6fae395da
1 changed files with 2 additions and 2 deletions

View File

@ -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 />