Merge dev branch into main brunch #1

Merged
nessi merged 7 commits from dev into main 2026-02-05 09:04:24 +00:00
Showing only changes of commit c6a56b14ff - Show all commits

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>