Skip to content

Commit

Permalink
feat: add currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiTays committed Jan 17, 2025
1 parent 6444b42 commit f8b4ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/game/game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const GameSection = () => {
)}
</div>

{true && (
{showTip && (
<div className="grid grid-rows-[auto_auto] gap-5 lg:grid-cols-2 lg:gap-10">
<div className="grid grid-cols-2 gap-[20px] md:grid-cols-5">
<div className="flex w-full items-center justify-center rounded-[8px] border border-[#3A3939] bg-[#D0C7A3] p-[14px] text-[20px] max-md:col-span-2">
Expand Down

0 comments on commit f8b4ac6

Please sign in to comment.