Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ProLoser authored Oct 13, 2024
1 parent 03a9a65 commit f71a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export function App() {
{friendData
? <Avatar user={friendData} />
: <a className={`material-icons ${state && 'active' || ''}`}>account_circle</a>}
<h2>{friendData?.name ?? 'Offline'}</h2>
<h2>{friendData?.name ?? 'Local'}</h2>
</div>

<Dice onPointerUp={rollDice} values={game.dice} color={game.color} />
Expand Down

0 comments on commit f71a827

Please sign in to comment.