mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-22 23:16:48 +00:00
增加衬线和无衬线字体配置
This commit is contained in:
@@ -21,7 +21,7 @@ function GroupMenu ({ customNav }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<nav id='nav' className='font-sans text-md'>
|
||||
<nav id='nav' className=' text-md'>
|
||||
{links.map(link => {
|
||||
if (link.show) {
|
||||
const selected = (router.pathname === link.to) || (router.asPath === link.to)
|
||||
|
||||
Reference in New Issue
Block a user