18 lines
414 B
Vue
18 lines
414 B
Vue
<template>
|
|
<MainContent back-on-small-screen>
|
|
<template #title>
|
|
<div text-lg font-bold flex items-center gap-2 @click="$scrollToTop">
|
|
<span>{{ $t('settings.about.label') }}</span>
|
|
</div>
|
|
</template>
|
|
<div text-center mt-10>
|
|
<h1 text-4xl>
|
|
🚧
|
|
</h1>
|
|
<h3 text-xl>
|
|
{{ $t('settings.about.label') }}
|
|
</h3>
|
|
</div>
|
|
</MainContent>
|
|
</template>
|