fix: correct grid styling issue (#4889)

This commit is contained in:
Vben
2024-11-13 22:23:13 +08:00
committed by vben
parent 5b079471b9
commit 9ddaba5333
4 changed files with 13 additions and 11 deletions

View File

@@ -282,10 +282,10 @@ function nav(): DefaultTheme.NavItem[] {
// },
// ],
},
{
link: '/friend-links/',
text: '🤝 友情链接',
},
// {
// link: '/friend-links/',
// text: '🤝 友情链接',
// },
];
}