Skip to content

Commit

Permalink
Replace Twitter logo with X
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jul 12, 2024
1 parent af8b6b4 commit 35f7296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<script lang="ts">
import Fa from 'svelte-fa';
import { AppBar } from '@skeletonlabs/skeleton';
import { faTwitter, faYoutube, faLinkedin } from '@fortawesome/free-brands-svg-icons';
import { faXTwitter, faYoutube, faLinkedin } from '@fortawesome/free-brands-svg-icons';
import { _ } from 'svelte-i18n';
</script>

<AppBar shadow="shadow-md">
<svelte:fragment slot="lead">
<div class="logo-cloud grid-cols-3 gap-2 p-6 [&>.logo-item]:bg-transparent">
<a class="logo-item" href="https://twitter.com/cloudnativebern">
<Fa icon={faTwitter} size="2x" />
<Fa icon={faXTwitter} size="2x" />
</a>
<a class="logo-item" href="https://www.linkedin.com/company/cloudnativebern">
<Fa icon={faLinkedin} size="2x" />
Expand Down

0 comments on commit 35f7296

Please sign in to comment.