Home page cors fixes - clientonly removed

pull/3420/head
Bahadır Sofuoğlu 2022-12-08 15:48:44 +03:00
parent edc9695de0
commit 5e87f4f312
1 changed files with 13 additions and 15 deletions

View File

@ -1,8 +1,7 @@
<template> <template>
<div :class="landingClass"> <div :class="landingClass">
<ClientOnly>
<div class="landing-intro"> <div class="landing-intro">
<AppNews v-if="true" /> <AppNews v-if="$appState.newsActive" />
<HeaderSection @theme-toggle="onThemeToggle" /> <HeaderSection @theme-toggle="onThemeToggle" />
<HeroSection /> <HeroSection />
</div> </div>
@ -14,7 +13,6 @@
<UsersSection /> <UsersSection />
<FeaturesSection /> <FeaturesSection />
<FooterSection /> <FooterSection />
</ClientOnly>
</div> </div>
</template> </template>