Skip to content

Commit 838741d

Browse files
committed
Update Account Data page. Fixes #319
1 parent 0273cee commit 838741d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/pages/dashboard/account/AccountData.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@
255255
</div>
256256
</div>
257257

258-
<h2 class="tracking-tight font-light mb-4 dark:text-gray-300">
258+
<h2 class="hidden tracking-tight font-light mb-4 dark:text-gray-300">
259259
{{ $t('settings.dataManagement') }}
260260
</h2>
261-
<div class="flex flex-col gap-3 mb-6">
261+
<div class="hidden flex flex-col gap-3 mb-6">
262262
<div class="bg-white dark:bg-slate-950 rounded-lg shadow-sm">
263263
<div class="px-4 py-6 flex items-center justify-between">
264264
<div class="flex flex-col max-w-[70%]">

0 commit comments

Comments
 (0)