mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: changed website navbar name
This commit is contained in:
parent
1fbb685a38
commit
7d15791e02
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user