diff --git a/apps/frontend/src/screens/Landing.tsx b/apps/frontend/src/screens/Landing.tsx index ff053aef..da3b03d2 100644 --- a/apps/frontend/src/screens/Landing.tsx +++ b/apps/frontend/src/screens/Landing.tsx @@ -5,48 +5,60 @@ import { THEMES_DATA } from '@/constants/themes'; export const Landing = () => { const { theme } = useThemeContext(); - const currentTheme = THEMES_DATA.find(data => data.name === theme); + const currentTheme = THEMES_DATA.find((data) => data.name === theme); return ( <>
- { - currentTheme ? ( - chess-board - ) : ( - chess-board - )} + {currentTheme ? ( + chess-board + ) : ( + chess-board + )}
+
-
- chess-board -
-
-

Found an Issue!

-

Please create an issue in our github website below. You are also invited to contribute on the project.

- - icon -

Github

-
-
+
+ chess-board +
+ +
+

Found an Issue!

+

+ Please create an issue in our github website below. You are also invited to contribute on the project. +

+ + + icon +

Github

+
+
+