Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

its-me-ojas
Copy link

Description:

  • This pull request adds the Spring Boot icon to the code as specified in the project’s icon addition instructions. The icon is included in the relevant sections to enhance the visual representation of the project’s technology stack.

Changes:

  • Added the Spring Boot icon in the designated sections of the project as outlined in the README.

Related Issue:

Copy link

vercel bot commented Jul 21, 2024

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

@its-me-ojas
Copy link
Author

Hi @danielcranney ,

Could you please review my recent pull request?

Thanks

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

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.

@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')];

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.

Copy link

@LachyTech LachyTech left a 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. :)

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.

@its-me-ojas
Copy link
Author

@LachyTech I've implemented the suggested changes. Please review the updates and let me know if there's anything else to address. Thanks!

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