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