Skip to content

Commit

Permalink
Twitter now uses the correct icon
Browse files Browse the repository at this point in the history
CoreUI Brands don't have the modern X icon, but does anyone really care? We may add a custom X icon in the future.
  • Loading branch information
Southpaw1496 committed Oct 2, 2024
1 parent 60370fc commit 1362870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/setpieces/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { t } from "i18next";
href={site.twitter.handle.link}
target="_blank"
type="twitter is-rounded"
icon="cib:github"
icon="cib:twitter"
titleKey="button-twitter"
/>
<Button
Expand Down

2 comments on commit 1362870

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://c8852a00.quiltmc-org.pages.dev

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://75db806d.quiltmc-org.pages.dev

Please sign in to comment.