From 9cac96d64417ab99cd3d8933d4266ef57e2e125b Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 19:52:45 +0200 Subject: [PATCH] Nightly: Kategorien-Filter in zweite Zeile unter Favoriten/Alle/Neu/Most Played verschoben --- web/src/App.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 75f6a70..9976835 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -566,14 +566,14 @@ export default function App() { ); })} - {categories.length > 0 && ( - <> - {categories.map(cat => ( - - ))} - - )} + {categories.length > 0 && ( +
+ {categories.map(cat => ( + + ))} +
+ )}