We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdddf35 commit 9e24706Copy full SHA for 9e24706
src/components/dialog/content/setting/UserPanel.vue
@@ -1,7 +1,7 @@
1
<template>
2
<TabPanel value="User" class="user-settings-container h-full">
3
<div class="flex flex-col h-full">
4
- <h2 class="text-xl font-bold mb-2">{{ $t('userSettings.title') }}</h2>
+ <h2 class="text-2xl font-bold mb-2">{{ $t('userSettings.title') }}</h2>
5
<Divider class="mb-3" />
6
7
<div v-if="user" class="flex flex-col gap-2">
0 commit comments