chore: polish css

This commit is contained in:
Tristan Yang
2023-02-24 22:11:03 +08:00
parent 06833a546f
commit e80466b1c8
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ import ManageMembers from "../../common/component/ManageMembers";
export interface NavItem {
name: string;
title: string;
link?: string;
component: ReactNode;
}