diff --git a/frontend/casino/src/app/components/App/AppNav/AppNav.tsx b/frontend/casino/src/app/components/App/AppNav/AppNav.tsx index f834005..bc96458 100644 --- a/frontend/casino/src/app/components/App/AppNav/AppNav.tsx +++ b/frontend/casino/src/app/components/App/AppNav/AppNav.tsx @@ -1,100 +1,104 @@ export const AppNav = () => { return ( -
-
- Icon - - ZaSlot - .bet - -
-
-
- {/* todo: load from .svg file in assets */} - - - - - - - - - - - - Gaming - +
+
+
+
+ Icon + + ZaSlot + .bet + +
+
+
+ {/* todo: load from .svg file in assets */} + + + + + + + + + + + + Gaming + +
+
+ + + + Sport +
+
+
+ Search for games + + + +
+
+
+ + + + + + + + + + {/* placeholder for balance */} + 0.000000 +
+
+ {/* todo: load from .svg file in assets */} + + + + + + + + + + + + +
+
+
+ Robin F. + + + + + + + + + + + + + + + + + + + + + + + +
-
- - - - Sport -
-
-
- Search for games - - - -
-
-
- - - - - - - - - - {/* placeholder for balance */} - 0.000000 -
-
- {/* todo: load from .svg file in assets */} - - - - - - - - - - - - -
-
-
- Robin F. - - - - - - - - - - - - - - - - - - - - - - -
);