Skip to content

Commit

Permalink
style(icon): 修改打开_legacy_文件按钮的图标
Browse files Browse the repository at this point in the history
- 将 Database 图标替换为 FileText 图标
- 优化用户体验和视觉一致性
  • Loading branch information
neooier committed Feb 2, 2025
1 parent bffda71 commit 1170901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export default function AppMenu({ className = "", open = false }: { className?:
</Col>
)}
{!isWeb && (
<Col icon={<Database />} onClick={() => onOpen(true)}>
<Col icon={<FileText />} onClick={() => onOpen(true)}>
{t("file.items.openLegacy")}
</Col>
)}
Expand Down

0 comments on commit 1170901

Please sign in to comment.