fix: category flex wrap

This commit is contained in:
원더 2021-01-10 12:49:45 +09:00
parent 99ccd0887f
commit 6e7ea2278a

View File

@ -55,7 +55,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
<Tag blurple text={<>{formatNumber(bot.servers)} </>} dark />
</div>
</div>
<div className="category px-2">
<div className="category px-2 flex flex-wrap">
{bot.category.slice(0, 5).map(el => (
<Tag key={el} text={el} href={`/categories/${el}`} dark/>
))}