diff --git a/src/utils/discoverContent.tsx b/src/utils/discoverContent.tsx
index 6c390dcc..c288432b 100644
--- a/src/utils/discoverContent.tsx
+++ b/src/utils/discoverContent.tsx
@@ -561,7 +561,7 @@ export function DiscoverContent() {
// https://tailwindcss.com/docs/border-style
return (
-
+
{displayCategory}
) : (
-
Watch Something New
+
Watch Something Random

+
- handleCategoryChange("movies")}
@@ -1016,7 +1016,7 @@ export function DiscoverContent() {
{/* Render Movies */}
{selectedCategory === "movies" && (
<>
-
+
{isMobile && (
{renderScrollButton("providers", "left")}
@@ -1024,7 +1024,7 @@ export function DiscoverContent() {
)}
)}
-
+
{renderScrollButton("movies", "left")}