feat: 收益计算器

This commit is contained in:
2025-08-09 03:38:07 -07:00
parent 988011191b
commit 0d3b63c2fc
2 changed files with 153 additions and 2 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ const SidebarTrigger = React.forwardRef<
}}
{...props}
>
<Image src={'list.png'} width={61} height={61} unoptimized />
<Image src={'list.png'} width={61} alt={'list'} height={61} unoptimized />
<span className='sr-only'>Toggle Sidebar</span>
</Button>
);