1
0
Fork 0

chore(shared): Updated print view for visual consistency

This commit is contained in:
Joost De Cock 2023-08-30 16:57:46 +02:00
parent 00513958d0
commit 19aa5f3e12
16 changed files with 348 additions and 182 deletions

View file

@ -69,7 +69,7 @@ export const DraftMenu = ({
<span>{t(`${section.ns}:${section.name}.t`)}</span>
{section.icon}
</h5>
<p>{t(`${section.ns}:${section.name}.d`)}</p>
<p className="text-left">{t(`${section.ns}:${section.name}.d`)}</p>
</>,
section.menu,
])}