mirror of
https://github.com/koreanbots/core.git
synced 2025-12-18 07:00:23 +00:00
chore: changed api docs route
This commit is contained in:
parent
d9677b05c3
commit
905469c593
@ -57,7 +57,7 @@ const Navbar = (): JSX.Element => {
|
|||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li className='flex items-center'>
|
<li className='flex items-center'>
|
||||||
<Link href='/api'>
|
<Link href='/developers/docs'>
|
||||||
<a className='lg:hover:text-gray-300 flex items-center px-3 py-4 w-full hover:text-gray-500 text-gray-700 text-sm font-semibold sm:w-auto lg:py-2 lg:text-gray-100'>
|
<a className='lg:hover:text-gray-300 flex items-center px-3 py-4 w-full hover:text-gray-500 text-gray-700 text-sm font-semibold sm:w-auto lg:py-2 lg:text-gray-100'>
|
||||||
API
|
API
|
||||||
</a>
|
</a>
|
||||||
@ -163,7 +163,7 @@ const Navbar = (): JSX.Element => {
|
|||||||
<span className='px-2 font-medium'>소개</span>
|
<span className='px-2 font-medium'>소개</span>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href='/api'>
|
<Link href='/developers/docs'>
|
||||||
<a onClick={()=> setNavbarOpen(false)} className='flex items-center px-8 py-2 text-gray-100 hover:text-gray-300'>
|
<a onClick={()=> setNavbarOpen(false)} className='flex items-center px-8 py-2 text-gray-100 hover:text-gray-300'>
|
||||||
<i className='fas fa-tools' />
|
<i className='fas fa-tools' />
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user