mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 07:26:46 +00:00
init game theme
This commit is contained in:
11
themes/game/components/LogoMini.js
Normal file
11
themes/game/components/LogoMini.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { siteConfig } from '@/lib/config'
|
||||
import Link from 'next/link'
|
||||
|
||||
/* eslint-disable @next/next/no-html-link-for-pages */
|
||||
export default function LogoMini() {
|
||||
return (
|
||||
<Link href='/' className='logo rounded cursor-pointer flex items-center text-xl text-white font-bold font-serif'>
|
||||
{siteConfig('TITLE')?.charAt(0)}
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user