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

feat: add bullet points to integrations feature list section #6202

Conversation

saikiransomanagoudar
Copy link
Contributor

@saikiransomanagoudar saikiransomanagoudar commented Jan 23, 2025

Description

This PR fixes #6201

Notes for Reviewers

  • Added Meshery logo svg as bullet points to feature lists across all integration pages
  • Maintained consistent spacing and alignment

Signed commits

  • Yes, I signed my commits.

@l5io
Copy link
Contributor

l5io commented Jan 23, 2025

🚀 Preview for commit 64d9066 at: https://6791e053d5c5098a6ce0a459--layer5.netlify.app

@@ -73,7 +74,17 @@ const IndividualIntegrations = ({ data }) => {
<h2>Features</h2>
<ul>
{frontmatter.featureList.map((feature, indx) => (
<li key={indx}>{feature}</li>
<li key={indx}>
<MesheryLogoBullet
Copy link
Member

Choose a reason for hiding this comment

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

use the original green colored meshery logo, this isn't visible in light mode
{89C78315-4437-4D79-9708-2CD0F3FC7386}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @sudhanshutech I have updated bullets with the original green colored meshery logo, the name of the file was (meshery-logo-light.svg) in this directory 'src/assets/images/meshery/icon-only'

@l5io
Copy link
Contributor

l5io commented Jan 24, 2025

🚀 Preview for commit 77e611a at: https://67931d9ea6d82e6b8aeb3bf2--layer5.netlify.app

@sudhanshutech sudhanshutech merged commit a0e5741 into layer5io:master Jan 25, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Integrations] Add bullets to Features list
3 participants