mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +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 Container = dynamic(() => import('@components/Container'))
|
||||||
const Tag = dynamic(() => import('@components/Tag'))
|
const Tag = dynamic(() => import('@components/Tag'))
|
||||||
|
const SEO = dynamic(() => import('@components/SEO'))
|
||||||
const Segment = dynamic(() => import('@components/Segment'))
|
const Segment = dynamic(() => import('@components/Segment'))
|
||||||
|
|
||||||
const Categories:NextPage = () => {
|
const Categories:NextPage = () => {
|
||||||
return <Container paddingTop>
|
return <Container paddingTop>
|
||||||
|
<SEO title='전체 카테고리' description='한국 디스코드봇 리스트의 전체 카테고리입니다.'/>
|
||||||
<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 mt-1.5'>
|
<div className='text-center flex flex-wrap mt-1.5'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user