fixes: mobile

This commit is contained in:
2024-03-05 13:04:24 +00:00
parent 4990e6dbca
commit bb207d7af1
7 changed files with 61 additions and 36 deletions

View File

@ -8,7 +8,7 @@ export function RootPage() {
return (
<div className="flex flex-col gap-6">
<div className="flex gap-4">
<div className="flex gap-4 overflow-x-scroll scrollbar-hidden">
{AllCategories.filter(a => a.priority === 0).map(a => (
<CategoryLink key={a.id} {...a} />
))}