-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
🐛 fix: update broken icon links for provider Devicon #82
Conversation
🐛 fix: update Zend broken icon link
@algovoid is attempting to deploy a commit to the Mauro de Souza's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed the linting issue
src/resources/tech_icons.ts
Outdated
devicons: { | ||
path: 'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/laravel/laravel-plain.svg', | ||
path: 'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/codepen/laravel-original.svg', | ||
variants: [ | ||
'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/laravel/laravel-plain.svg', | ||
'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/laravel/laravel-plain-wordmark.svg', | ||
'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/codepen/laravel-original.svg', | ||
'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/codepen/laravel-original-wordmark.svg', | ||
'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/codepen/laravel-line.svg', | ||
'https://cdn.jsdelivr.net/gh/devicons/devicon/icons/codepen/laravel-line-wordmark.svg', | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Laravel icons are still broken, and it seems to be due to the prefix codepen/. All other links follow the pattern brand/brand-icon.svg.
I believe it should be laravel/laravel-original.svg.
Could you please update this? Thanks!
Hi @algovoid 👋 Sorry for the late response! I’ve reviewed your PR and noticed a minor issue with the Laravel icon links. Could you take a look at it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should work now .
Thanks @algovoid ❤ |
What type of PR is this?
What I did
updated broken links .