Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 13aabb2

Browse files
committed
Update twitter icon
1 parent f630ee1 commit 13aabb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Card.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const { fields, tags, isNew } = Astro.props as CardProps;
115115
class="level-item icon"
116116
aria-label="twitter"
117117
>
118-
<Icon iconName="twitter" prefix="fab" />
118+
<Icon iconName="x-twitter" prefix="fab" />
119119
</a>
120120
) : null
121121
}

0 commit comments

Comments
 (0)