mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: added margin top
This commit is contained in:
parent
0d26a218af
commit
1eac15ce86
@ -11,7 +11,7 @@ const Categories:NextPage = () => {
|
|||||||
return <Container paddingTop>
|
return <Container paddingTop>
|
||||||
<h1 className='text-2xl font-bold mb-5'>전체 카테고리</h1>
|
<h1 className='text-2xl font-bold mb-5'>전체 카테고리</h1>
|
||||||
<Segment>
|
<Segment>
|
||||||
<div className='text-center flex flex-wrap'>
|
<div className='text-center flex flex-wrap mt-1.5'>
|
||||||
{
|
{
|
||||||
categories.map(t => <Tag key={t} text={<>
|
categories.map(t => <Tag key={t} text={<>
|
||||||
<i className={categoryIcon[t]} /> {t}
|
<i className={categoryIcon[t]} /> {t}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user