chore: align styles

This commit is contained in:
Arvid Norlin
2024-04-30 10:48:11 +02:00
parent a43dc8a16f
commit a1e474073e
10 changed files with 42 additions and 35 deletions

View File

@@ -74,8 +74,8 @@ export default function Content({ lang, content }: ContentProps) {
return (
<Shortcuts
shortcuts={shortcuts}
subtitle={item.preamble}
title={item.title}
subtitle={item.shortcuts.preamble}
title={item.shortcuts.title}
/>
)
case ContentEntries.AccountPageContentTextContent: