Skip to content

Commit 215fb1c

Browse files
committed
Remove Twitter logo
1 parent 0eff318 commit 215fb1c

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/Footer.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
<script lang="ts">
22
import Fa from 'svelte-fa';
33
import { AppBar } from '@skeletonlabs/skeleton';
4-
import { faXTwitter, faYoutube, faLinkedin } from '@fortawesome/free-brands-svg-icons';
4+
import { faYoutube, faLinkedin } from '@fortawesome/free-brands-svg-icons';
55
import { _ } from 'svelte-i18n';
66
import { resolve } from '$app/paths';
77
</script>
88

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

0 commit comments

Comments
 (0)