mirror of
https://github.com/mosh-hamedani/game-hub.git
synced 2026-05-21 12:14:32 +02:00
Add margin above genres
This commit is contained in:
parent
a2028cfbe7
commit
6486ae3199
|
|
@ -25,7 +25,9 @@ const GenreList = ({ selectedGenre, onSelectGenre }: Props) => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<Heading fontSize='2xl' marginBottom={3}>Genres</Heading>
|
||||
<Heading fontSize="2xl" marginTop={9} marginBottom={3}>
|
||||
Genres
|
||||
</Heading>
|
||||
<List>
|
||||
{data.map((genre) => (
|
||||
<ListItem key={genre.id} paddingY="5px">
|
||||
|
|
|
|||
Loading…
Reference in a new issue