mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: added title and description for categories route
This commit is contained in:
parent
7bed39a1d4
commit
9f26b7941c
@ -5,10 +5,12 @@ import { categories, categoryIcon } from '@utils/Constants'
|
||||
|
||||
const Container = dynamic(() => import('@components/Container'))
|
||||
const Tag = dynamic(() => import('@components/Tag'))
|
||||
const SEO = dynamic(() => import('@components/SEO'))
|
||||
const Segment = dynamic(() => import('@components/Segment'))
|
||||
|
||||
const Categories:NextPage = () => {
|
||||
return <Container paddingTop>
|
||||
<SEO title='전체 카테고리' description='한국 디스코드봇 리스트의 전체 카테고리입니다.'/>
|
||||
<h1 className='text-2xl font-bold mb-5'>전체 카테고리</h1>
|
||||
<Segment>
|
||||
<div className='text-center flex flex-wrap mt-1.5'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user