add titles

This commit is contained in:
Emily
2025-04-11 18:16:20 +02:00
parent 1187cafd07
commit 1d5dad44fa
3 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' });
<template> <template>
<div class="p-8"> <div class="p-8">
<div class="font-semibold text-[1.3rem] pl-4"> Account </div>
<SettingsAccount></SettingsAccount> <SettingsAccount></SettingsAccount>
</div> </div>
</template> </template>

View File

@@ -4,6 +4,7 @@ definePageMeta({ layout: 'dashboard' });
<template> <template>
<div class="p-8"> <div class="p-8">
<div class="font-semibold text-[1.3rem] pl-4"> Billing </div>
<SettingsBilling></SettingsBilling> <SettingsBilling></SettingsBilling>
</div> </div>
</template> </template>

View File

@@ -19,4 +19,3 @@ helper.copy('schema/shields/AddressBlacklistSchema.ts');
helper.copy('schema/shields/BotTrafficOptionSchema.ts'); helper.copy('schema/shields/BotTrafficOptionSchema.ts');
helper.copy('schema/shields/CountryBlacklistSchema.ts'); helper.copy('schema/shields/CountryBlacklistSchema.ts');
helper.copy('schema/shields/DomainWhitelistSchema.ts'); helper.copy('schema/shields/DomainWhitelistSchema.ts');
helper.copy('schema/shields/PageBlacklistSchema.ts');