fix(web): priority displayName for settings name error (#336)

This commit is contained in:
3Spiders
2025-06-17 08:26:13 +08:00
committed by GitHub
parent 4fb053b6d2
commit 4fe43153b1
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -12,3 +12,4 @@ export const AboutTab: Tab = () => {
return <Markdown>{about}</Markdown>;
};
AboutTab.icon = BadgeInfo;
AboutTab.displayName = "About";