Skip to content

Commit

Permalink
better tutorial overlay position
Browse files Browse the repository at this point in the history
  • Loading branch information
HamburgJ committed Dec 23, 2024
1 parent 5b86529 commit aed4054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GameBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const GameBoard: React.FC = () => {
{
targetSelector: '.slots-grid',
message: 'With more slots unlocked, you have more possible combinations! Try moving words between different slots to find new solutions. Be careful, some words have multiple possible matches!',
position: 'top'
position: 'bottom'
}
];

Expand Down

0 comments on commit aed4054

Please sign in to comment.