feat(directory): half baked operator page :)

This commit is contained in:
Haoyu Xu
2023-03-01 21:00:18 -05:00
parent 1c8356bbbb
commit 959178161c
16 changed files with 419 additions and 38 deletions

View File

@@ -107,7 +107,7 @@ export default function Home() {
{v.map(item => {
return (
<NavLink
to={`/operator/${item.link}`}
to={`/${item.link}`}
className="item"
key={item.link}
hidden={!isShown(item.type)}