diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 857c6c3..cb2b06a 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -53,16 +53,18 @@ export const Navbar = () => { diff --git a/frontend/src/components/Quotes.tsx b/frontend/src/components/Quotes.tsx index ec4a4d0..f055467 100644 --- a/frontend/src/components/Quotes.tsx +++ b/frontend/src/components/Quotes.tsx @@ -14,8 +14,9 @@ export const Quotes = () => { multipliers ensuring this Stake Original game is suited for everyone at our online casino ! - ); diff --git a/frontend/src/components/ui/Button.tsx b/frontend/src/components/ui/Button.tsx index 0f34699..f173387 100644 --- a/frontend/src/components/ui/Button.tsx +++ b/frontend/src/components/ui/Button.tsx @@ -10,7 +10,7 @@ export const Button = ({ return ( diff --git a/frontend/src/pages/Game.tsx b/frontend/src/pages/Game.tsx index 42f6914..e647fb1 100644 --- a/frontend/src/pages/Game.tsx +++ b/frontend/src/pages/Game.tsx @@ -21,7 +21,7 @@ export function Game() {
);