diff --git a/src/components/home/FeaturedContent.tsx b/src/components/home/FeaturedContent.tsx
index d02b19e..31d399c 100644
--- a/src/components/home/FeaturedContent.tsx
+++ b/src/components/home/FeaturedContent.tsx
@@ -518,7 +518,7 @@ const FeaturedContent = ({ featuredContent, isSaved, handleSaveToLibrary, loadin
onPress={handleSaveToLibrary}
activeOpacity={0.7}
>
-
+
{isSaved ? "Saved" : "My List"}
@@ -624,7 +624,7 @@ const FeaturedContent = ({ featuredContent, isSaved, handleSaveToLibrary, loadin
onPress={handleSaveToLibrary}
activeOpacity={0.7}
>
-
+
{isSaved ? "Saved" : "Save"}
diff --git a/src/components/metadata/FloatingHeader.tsx b/src/components/metadata/FloatingHeader.tsx
index ead8704..fd3a8ac 100644
--- a/src/components/metadata/FloatingHeader.tsx
+++ b/src/components/metadata/FloatingHeader.tsx
@@ -131,7 +131,7 @@ const FloatingHeader: React.FC = ({
onPress={handleToggleLibrary}
hitSlop={{ top: 10, bottom: 10, left: 10, right: 10 }}
>
-
+
@@ -175,7 +175,7 @@ const FloatingHeader: React.FC = ({
onPress={handleToggleLibrary}
hitSlop={{ top: 10, bottom: 10, left: 10, right: 10 }}
>
-
+
@@ -221,7 +221,7 @@ const FloatingHeader: React.FC = ({
onPress={handleToggleLibrary}
hitSlop={{ top: 10, bottom: 10, left: 10, right: 10 }}
>
-
+
diff --git a/src/components/metadata/HeroSection.tsx b/src/components/metadata/HeroSection.tsx
index 6e425e2..c5fdee3 100644
--- a/src/components/metadata/HeroSection.tsx
+++ b/src/components/metadata/HeroSection.tsx
@@ -306,8 +306,8 @@ const ActionButtons = memo(({
) : (
)}
-