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

🐛 fix: update broken icon links for provider Devicon #82

Merged
merged 8 commits into from
Sep 23, 2024
Merged

🐛 fix: update broken icon links for provider Devicon #82

merged 8 commits into from
Sep 23, 2024

Conversation

algovoid
Copy link
Contributor

@algovoid algovoid commented Sep 7, 2024

What type of PR is this?

  • Bug Fix

What I did

updated broken links .

Copy link

vercel bot commented Sep 7, 2024

@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.

Copy link
Contributor Author

@algovoid algovoid left a 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

@algovoid algovoid changed the title 🐛 fix: update zend broken icon link 🐛 fix: update broken icon links for provider Devicon Sep 7, 2024
@algovoid
Copy link
Contributor Author

@maurodesouza

Comment on lines 3887 to 3894
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',
],
Copy link
Owner

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!

@maurodesouza
Copy link
Owner

maurodesouza commented Sep 23, 2024

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?

Copy link
Contributor Author

@algovoid algovoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should work now .

@maurodesouza maurodesouza merged commit b30e23d into maurodesouza:main Sep 23, 2024
1 of 2 checks passed
@maurodesouza
Copy link
Owner

Thanks @algovoid

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

Successfully merging this pull request may close these issues.

2 participants