Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWeb30 committed Jan 10, 2025
1 parent bfd1a25 commit 6224440
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/pages/game/game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export const GameSection = () => {
}, [isPending]);

return (
<div className="font-inknut container flex flex-col gap-[20px] py-[20px]">
<div className="font-bona-nova-sc text-center text-[50px]">Your Future In One Bet</div>
<div className="container flex flex-col gap-[20px] py-[20px] font-inknut">
<div className="text-center font-bona-nova-sc text-[50px]">Your Future In One Bet</div>

<div className="relative -z-50">
{predictionAnswer && (
Expand Down Expand Up @@ -197,7 +197,7 @@ export const GameSection = () => {
}}
className={cn(
selectedTip === tip ? '!bg-[#9DA990]' : '',
'font-poppins bg-[#D0C7A3] text-[20px]',
'bg-[#D0C7A3] font-poppins text-[20px]',
'cursor-pointer select-none',
)}
>
Expand Down

0 comments on commit 6224440

Please sign in to comment.