Skip to content
New issue

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

Wrong default icon name in SocialIcons #158

Open
et84121 opened this issue Aug 3, 2023 · 2 comments
Open

Wrong default icon name in SocialIcons #158

et84121 opened this issue Aug 3, 2023 · 2 comments

Comments

@et84121
Copy link

et84121 commented Aug 3, 2023

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

/**
* Medium handle
* @example 'nuxt'
* @studioIcon simple-icons:medium
*/
medium: '',

The issue is that the Medium icon is not displaying correctly, as depicted in the image below:

image

The correct icon name should be uil:medium-m

https://icones.js.org/collection/uil?s=medium

Copy link
Contributor

Atinux commented Aug 17, 2023

Happy to open a PR @et84121 ?

@et84121
Copy link
Author

et84121 commented Aug 18, 2023

Can I directly remove the predefined setup for Medium? I'd like to allow users to add their custom Medium social link directly.

example

'medium': {
   icon: 'uil:medium-m',
   label: 'Medium',
   href: 'https://medium.com/@bunnybit'
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants