衬线和无衬线字体配置

This commit is contained in:
tangly1024.com
2023-02-09 10:07:18 +08:00
parent 5449b9afb4
commit b59f369f41
6 changed files with 8 additions and 8 deletions

View File

@@ -42,12 +42,12 @@ const MenuButtonGroup = (props) => {
{link.slot}
</Link>
);
)
} else {
return <></>
}
})}
</nav>
);
)
}
export default MenuButtonGroup