Skip to content

Commit

Permalink
update players heading
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 28, 2024
1 parent 4a83fa6 commit 21c6ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Party.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function Party() {
<span className="loading loading-dots loading-xs align-bottom" />
</p>
)}
<h2>Players:</h2>
<h2 className="font-bold text-xl">Players:</h2>
<ul className="space-y-2">{players}</ul>
<div className="card-actions justify-center">
{isAdmin && <StartGame />}
Expand Down

0 comments on commit 21c6ab0

Please sign in to comment.