Skip to content

Commit 32c39e3

Browse files
committed
feat: swap icon with website tip
1 parent 086458f commit 32c39e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/staff/StaffCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (hasUrlIntro) {
3838
style="top: calc(14.6447% - 0.875rem); right: calc(14.6447% - 0.875rem);"
3939
aria-hidden="true"
4040
>
41-
<Icon name="mdi:chat-processing" width={20} />
41+
<Icon name={hasUrlIntro ? "mdi:web" : "mdi:chat-processing"} width={20} />
4242
</span>
4343
)
4444
}

0 commit comments

Comments
 (0)