Skip to content

Commit

Permalink
fix(app): center daily challenge text
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramigna committed Jan 1, 2024
1 parent 080cddb commit 78f66ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/components/forms/CreateGameForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ export const CreateGameForm = ({
<h2 className="text-4xl font-bold">Daily Challenge</h2>
</div>
<div className="mt-4 flex flex-col items-center">
<div className="flex gap-2 text-xl">
<div className="flex gap-2 text-center text-xl">
<div>{dailyChallenge.startLabel}</div>
<div>➡️</div>
<div>{dailyChallenge.endLabel}</div>
Expand Down

0 comments on commit 78f66ce

Please sign in to comment.