feat: changed website navbar name

This commit is contained in:
wonderlandpark 2021-11-06 23:58:39 +09:00
parent 1fbb685a38
commit 7d15791e02

View File

@ -46,7 +46,7 @@ const Navbar: React.FC<NavbarProps> = ({ token }) => {
<Link href={dev ? '/developers' : '/'}>
<a className={`${dev ? 'dark:text-koreanbots-blue ' : ''}logofont text-large whitespace-no-wrap inline-block mr-4 py-2 hover:text-gray-300 font-semibold leading-relaxed uppercase sm:text-2xl`}
>
{ dev ? <><i className='fas fa-tools mr-1'/> DEVELOPERS</> : 'KOREANBOTS'}
{ dev ? <><i className='fas fa-tools mr-1'/> DEVELOPERS</> : 'KOREANLIST'}
</a>
</Link>
<button