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 eb0f87e commit 1de678fCopy full SHA for 1de678f
src/lib/components/SocialLinks.svelte
@@ -1,6 +1,5 @@
1
<script>
2
- import { linkedin, instagram, twitter, github, resume } from '$lib/info';
3
- import homepage from '$lib/assets/images/page_icon.jpg';
+ import { linkedin, instagram, twitter, github, resume, homepage } from '$lib/info';
4
</script>
5
6
{#if twitter}
0 commit comments