mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: category flex wrap
This commit is contained in:
parent
99ccd0887f
commit
6e7ea2278a
@ -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/>
|
||||
))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user