dev #4

Merged
nessi merged 25 commits from dev into main 2026-02-06 13:36:47 +00:00
Showing only changes of commit dc98eeb41c - Show all commits

View File

@@ -50,7 +50,7 @@ export default function WinnerBadge({ winner, winnerEmail }) {
{showEmail && ( {showEmail && (
<div style={{ fontSize: 12, opacity: 0.8, color: stylesTokens.textDim }}> <div style={{ fontSize: 12, opacity: 0.8, color: stylesTokens.textDim }}>
{me.display_name} {winner.email}
</div> </div>
)} )}
</div> </div>