-
Notifications
You must be signed in to change notification settings - Fork 166
added spring boot icon #169
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
base: main
Are you sure you want to change the base?
Conversation
@its-me-ojas is attempting to deploy a commit to the danielcranney's projects Team on Vercel. A member of the Team first needs to authorize it. |
Hi @danielcranney , Could you please review my recent pull request? Thanks |
styles/globals.css
Outdated
@@ -520,6 +520,12 @@ Table Of Contents: | |||
.express.colored { | |||
@apply bg-[url('https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/express-colored.svg')] dark:bg-[url('https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/express-colored-dark.svg')]; | |||
} | |||
springboot { |
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.
This needs to be .springboot
to work correctly as a CSS class.
styles/globals.css
Outdated
@apply bg-[url('https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/springboot.svg')] dark:bg-[url('https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/springboot-dark.svg')]; | ||
} | ||
.springboot.colored { | ||
@apply bg-[url('https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/springboot-colored.svg')] dark:bg-[url('https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/springboot-colored.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.
You don't need the dark:bg attribute if there is only one coloured icon.
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.
After a few minor changes this PR would be good to go. I like the icons. :)
package-lock.json
Outdated
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.
Please only include changes that are relevant to the change being submitted.
@LachyTech I've implemented the suggested changes. Please review the updates and let me know if there's anything else to address. Thanks! |
Description:
Changes:
Related Issue: