diff --git a/src/App.tsx b/src/App.tsx index 69c7504..4be92ac 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,17 +72,28 @@ export function App() { ) } return ( -
- {stations.map((s) => ( - -
+
+
+ - ))} - +
+ + +
+ {stations.map((s) => ( + +
+ + ))} + +
) @@ -90,9 +101,13 @@ export function App() { if (nav === Navs.ADD) { return ( -
- -
+
+ +
@@ -109,12 +124,16 @@ export function App() { if (nav === Navs.PLAYER) { return ( -
- -
-
+
+ +
+
{/**/} - {selectedStation?.title} + {selectedStation?.title} {/**/}

{selectedStation?.title}

{/**/}