feat: unify the style of under construction
page (#2483)
This commit is contained in:
parent
7ed95e317f
commit
9c39eed209
25 changed files with 57 additions and 29 deletions
|
@ -14,14 +14,18 @@ useHydratedHead({
|
|||
<MainContent back>
|
||||
<template #title>
|
||||
<div text-lg font-bold flex items-center gap-2 @click="$scrollToTop">
|
||||
<div i-ri:test-tube-line />
|
||||
<span>{{ isHydrated ? $t('settings.notifications.notifications.label') : '' }}</span>
|
||||
</div>
|
||||
</template>
|
||||
<h3 px6 py4 mt2 font-bold text-xl flex="~ gap-1" items-center>
|
||||
{{ isHydrated ? $t('settings.notifications.notifications.label') : '' }}
|
||||
</h3>
|
||||
<p text-4xl text-center>
|
||||
<span sr-only>{{ isHydrated ? $t('settings.notifications.under_construction') : '' }}</span> 🚧
|
||||
</p>
|
||||
<div text-center mt-10>
|
||||
<h1 text-4xl>
|
||||
<span sr-only>{{ isHydrated ? $t('settings.notifications.under_construction') : '' }}</span>
|
||||
🚧
|
||||
</h1>
|
||||
<h3 text-xl>
|
||||
{{ isHydrated ? $t('settings.notifications.notifications.label') : '' }}
|
||||
</h3>
|
||||
</div>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
|
@ -20,6 +20,7 @@ useHydratedHead({
|
|||
</template>
|
||||
<div text-center mt-10>
|
||||
<h1 text-4xl>
|
||||
<span sr-only>{{ $t('settings.profile.featured_tags.under_construction') }}</span>
|
||||
🚧
|
||||
</h1>
|
||||
<h3 text-xl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue