i fucking hate js yeah fuck you
All checks were successful
Build and publish the docker image / build (push) Successful in 1m22s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-21 11:59:01 +03:00
parent 9c27a9c8e1
commit 34a23278d4
5 changed files with 8 additions and 9 deletions

View File

@ -115,12 +115,10 @@ export default {
</li>
</ul>
<!---
<h1 class="font-bold text-3xl mt-2">{{ $t('main.themes') }}</h1>
<hr class="my-2" />
<ul class="flex space-x-2">
<!--
Use theme colors for preview
-->
<li
v-for="theme in themeList"
:key="theme.name"
@ -150,5 +148,7 @@ export default {
class="bg-surface0 p-4 py-2 rounded-md"
/>
</div>
-->
</div>
</template>