Skip to content

Commit 68f8c2d

Browse files
committed
enhancement: change icon vision
1 parent c2cdb48 commit 68f8c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-app/src/routes/hub/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { extractModelName, extractDescription } from '@/lib/models'
2020
import {
2121
IconDownload,
2222
IconFileCode,
23-
IconPhoto,
23+
IconEye,
2424
IconSearch,
2525
IconTool,
2626
} from '@tabler/icons-react'
@@ -692,7 +692,7 @@ function Hub() {
692692
<Tooltip>
693693
<TooltipTrigger asChild>
694694
<div>
695-
<IconPhoto
695+
<IconEye
696696
size={17}
697697
className="text-main-view-fg/50"
698698
/>

0 commit comments

Comments
 (0)