diff --git a/src/components/atoms/MovieCard/index.tsx b/src/components/atoms/MovieCard/index.tsx index d4158b5..2de970b 100644 --- a/src/components/atoms/MovieCard/index.tsx +++ b/src/components/atoms/MovieCard/index.tsx @@ -107,7 +107,7 @@ export const MovieCard: FC = ({ className={`${buttonClass} bg-primary/70 text-white hover:bg-primary`} onClick={handleAdd} > - Add to watchlist + Add to list )} {alreadyInStore && ( @@ -132,7 +132,7 @@ export const MovieCard: FC = ({ className={`${buttonClass} bg-primary/70 text-white hover:bg-primary`} onClick={handleRemove} > - Remove from watchlist + Remove from list )} diff --git a/src/components/molecules/MovieList/index.tsx b/src/components/molecules/MovieList/index.tsx index 9179e3a..808b123 100644 --- a/src/components/molecules/MovieList/index.tsx +++ b/src/components/molecules/MovieList/index.tsx @@ -61,7 +61,7 @@ export const MovieList: FC = ({ }; return ( -
+
diff --git a/src/components/molecules/SearchMovies/index.tsx b/src/components/molecules/SearchMovies/index.tsx index 2fb2289..82d6e9e 100644 --- a/src/components/molecules/SearchMovies/index.tsx +++ b/src/components/molecules/SearchMovies/index.tsx @@ -14,10 +14,10 @@ export const SearchMovies = () => { }; return ( -
+
-
+