chore: Update translations

This commit is contained in:
kieran 2024-05-15 14:28:30 +00:00
parent 0e4dee508f
commit d4bbc7b084

View File

@ -145,7 +145,10 @@ function PopularCategories({ items }: { items: Array<TaggedNostrEvent> }) {
</div>
<div className="flex flex-wrap gap-4">
{categories.map(a => (
<Link key={a.gameId} to={`/category/${a.gameId}`} className="xl:w-[180px] lg:w-[170px] max-lg:w-[calc(33.3%-0.75rem)]">
<Link
key={a.gameId}
to={`/category/${a.gameId}`}
className="xl:w-[180px] lg:w-[170px] max-lg:w-[calc(33.3%-0.75rem)]">
<CategoryTile gameId={a.gameId} showFooterTitle={true}>
<div className="flex gap-2 flex-wrap">
<CategoryZaps gameId={a.gameId} />