diff --git a/src/pages/Discover/DiscoverPage.tsx b/src/pages/Discover/DiscoverPage.tsx index 57b68c4..cab0284 100644 --- a/src/pages/Discover/DiscoverPage.tsx +++ b/src/pages/Discover/DiscoverPage.tsx @@ -37,14 +37,13 @@ export function DiscoverPage(props: PageProps) { const { theme } = useTheme(); return ( - + {/* Status line */} diff --git a/src/pages/MyShows/MyShowsPage.tsx b/src/pages/MyShows/MyShowsPage.tsx index 35dbeeb..643b595 100644 --- a/src/pages/MyShows/MyShowsPage.tsx +++ b/src/pages/MyShows/MyShowsPage.tsx @@ -128,7 +128,7 @@ export function MyShowsPage(props: PageProps) { }; return ( - + Refreshing... diff --git a/src/pages/Player/PlayerPage.tsx b/src/pages/Player/PlayerPage.tsx index 96b9d95..ee01328 100644 --- a/src/pages/Player/PlayerPage.tsx +++ b/src/pages/Player/PlayerPage.tsx @@ -25,7 +25,7 @@ export function PlayerPage(props: PageProps) { }; return ( - + Now Playing diff --git a/src/pages/Search/SearchPage.tsx b/src/pages/Search/SearchPage.tsx index f5d0efd..7336d6d 100644 --- a/src/pages/Search/SearchPage.tsx +++ b/src/pages/Search/SearchPage.tsx @@ -57,7 +57,7 @@ export function SearchPage(props: PageProps) { }; return ( - + {/* Search Header */} diff --git a/src/pages/Settings/SettingsPage.tsx b/src/pages/Settings/SettingsPage.tsx index 3d5240b..d9ee873 100644 --- a/src/pages/Settings/SettingsPage.tsx +++ b/src/pages/Settings/SettingsPage.tsx @@ -31,7 +31,7 @@ export function SettingsPage(props: PageProps) { ); return ( - + {(section, index) => (