Update TopBar labels for clarity and relevance

Replaced "Zauber-Notizbogen" with "Notizbogen" to simplify terminology. Displayed user email instead of role for a more meaningful and personalized experience.
This commit is contained in:
2026-02-05 09:08:15 +01:00
parent a3216950c8
commit c6a56b14ff

View File

@@ -15,7 +15,7 @@ export default function TopBar({
{/* LINKS: nur Rolle */} {/* LINKS: nur Rolle */}
<div> <div>
<div style={{ fontWeight: 900, color: stylesTokens.textGold }}> <div style={{ fontWeight: 900, color: stylesTokens.textGold }}>
Zauber-Notizbogen Notizbogen
</div> </div>
<div <div
style={{ style={{
@@ -24,7 +24,7 @@ export default function TopBar({
color: stylesTokens.textDim, color: stylesTokens.textDim,
}} }}
> >
Eingeloggt als {me.role} {me.email}
</div> </div>
</div> </div>