refactor: remove unused heading elements from AIAudioPage and AIVideoPage components

This commit is contained in:
javayhu 2025-08-24 19:41:02 +08:00
parent 7851a715a3
commit 8c3ef9bfaf
2 changed files with 0 additions and 8 deletions

View File

@ -42,10 +42,6 @@ export default async function AIAudioPage() {
<div className="size-32 text-muted-foreground" />
</AvatarFallback>
</Avatar>
<div>
<h1 className="text-4xl text-foreground">{t('content')}</h1>
</div>
</div>
</div>
</div>

View File

@ -42,10 +42,6 @@ export default async function AIVideoPage() {
<div className="size-32 text-muted-foreground" />
</AvatarFallback>
</Avatar>
<div>
<h1 className="text-4xl text-foreground">{t('content')}</h1>
</div>
</div>
</div>
</div>