-
Hello, I used your stunning template since yesterday. I'm a bit new with Svelte and I can not do this simple task which adding icons with the link under the bio. Here is what I did from a fresh template:
...
metadata: [
{
text: 'gaelgoth',
icon: 'i-simple-icons-github;',
link: 'https://github.com/gaelgoth'
},
]
}, Then I got this error:
It works when I edit the CCS class in Do you have hint to fix this error ? Thanks, Gaël |
Beta Was this translation helpful? Give feedback.
Answered by
kwaa
Aug 8, 2022
Replies: 2 comments 3 replies
-
I think it might be because you put a semicolon at the end. {
text: 'gaelgoth',
- icon: 'i-simple-icons-github;',
+ icon: 'i-simple-icons-github',
link: 'https://github.com/gaelgoth'
} |
Beta Was this translation helpful? Give feedback.
3 replies
-
Update: This has been fixed in 02ad97d ! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gaelgoth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update: This has been fixed in 02ad97d !