Skip to content

Commit 1aebfa2

Browse files
author
Vivek Vishal
authored
add objectFit: contain to individual-integration's icons
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 880ba60 commit 1aebfa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Meshery/Meshery-integrations/Individual-Integrations

src/sections/Meshery/Meshery-integrations/Individual-Integrations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const IndividualIntegrations = ({ data }) => {
6363
return (
6464
<IntegrationPageWrapper>
6565
<section className="herosection">
66-
<Image {...frontmatter.integrationIcon} alt={frontmatter.title} />
66+
<Image {...frontmatter.integrationIcon} alt={frontmatter.title} imgStyle={{ objectFit: "contain" }} />
6767
<h2>
6868
{frontmatter.title} with <span className="hero-header">Meshery</span>
6969
</h2>

0 commit comments

Comments
 (0)