diff --git a/src/components/categories/categories.tsx b/src/components/categories/categories.tsx index d88ee88..903e78e 100644 --- a/src/components/categories/categories.tsx +++ b/src/components/categories/categories.tsx @@ -26,6 +26,8 @@ export function Categories({ categories }: CategoriesProps) { return ( + +
{categories.map(category => ( ))}
- -
); diff --git a/src/components/play-button/play-button.module.css b/src/components/play-button/play-button.module.css index 0beb0de..d4b5a6c 100644 --- a/src/components/play-button/play-button.module.css +++ b/src/components/play-button/play-button.module.css @@ -1,6 +1,6 @@ .playButton { position: sticky; - bottom: 30px; + top: 30px; display: flex; width: 150px; height: 45px;