Skip to content

Commit

Permalink
increase title size
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 25, 2024
1 parent 781d923 commit a70fd48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Party.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ export default function Party() {
return (
<div className="card w-96 bg-base-100 shadow-xl">
<div className="card-body">
<h1 className="card-title">Code: {party.code.toUpperCase()}</h1>
<h1 className="card-title text-3xl">
Code: {party.code.toUpperCase()}
</h1>
<h2>Mode: {_.startCase(_.toLower(party.mode))}</h2>
<h2>Players:</h2>
<ul>{players}</ul>
Expand Down

0 comments on commit a70fd48

Please sign in to comment.