We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SocialIcons
I would like to report a bug pertaining to the 'components/SocialIcons.vue' and 'nuxt.schema.ts'.
alpine/nuxt.schema.ts
Lines 149 to 154 in 46c2412
The issue is that the Medium icon is not displaying correctly, as depicted in the image below:
The correct icon name should be uil:medium-m
uil:medium-m
https://icones.js.org/collection/uil?s=medium
The text was updated successfully, but these errors were encountered:
Happy to open a PR @et84121 ?
Sorry, something went wrong.
Can I directly remove the predefined setup for Medium? I'd like to allow users to add their custom Medium social link directly.
'medium': { icon: 'uil:medium-m', label: 'Medium', href: 'https://medium.com/@bunnybit' },
No branches or pull requests
I would like to report a bug pertaining to the 'components/SocialIcons.vue' and 'nuxt.schema.ts'.
alpine/nuxt.schema.ts
Lines 149 to 154 in 46c2412
The issue is that the Medium icon is not displaying correctly, as depicted in the image below:
The correct icon name should be
uil:medium-m
https://icones.js.org/collection/uil?s=medium
The text was updated successfully, but these errors were encountered: