diff --git a/src/components/GenreList.tsx b/src/components/GenreList.tsx
index 8efb3b0..3543645 100644
--- a/src/components/GenreList.tsx
+++ b/src/components/GenreList.tsx
@@ -25,7 +25,9 @@ const GenreList = ({ selectedGenre, onSelectGenre }: Props) => {
return (
<>
- Genres
+
+ Genres
+
{data.map((genre) => (