We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086458f commit 32c39e3Copy full SHA for 32c39e3
1 file changed
src/components/staff/StaffCard.astro
@@ -38,7 +38,7 @@ if (hasUrlIntro) {
38
style="top: calc(14.6447% - 0.875rem); right: calc(14.6447% - 0.875rem);"
39
aria-hidden="true"
40
>
41
- <Icon name="mdi:chat-processing" width={20} />
+ <Icon name={hasUrlIntro ? "mdi:web" : "mdi:chat-processing"} width={20} />
42
</span>
43
)
44
}
0 commit comments