diff --git a/src/components/Features/index.js b/src/components/Features/index.js
index 248ecb6d8bad..ae7b7cc6be8e 100644
--- a/src/components/Features/index.js
+++ b/src/components/Features/index.js
@@ -95,7 +95,7 @@ const Features = (props) => {
: (
{props.redirectLinkWithImage.map((item) => (
-
+
{item.text}
))}
diff --git a/src/components/SocialLinks-Color/index.js b/src/components/SocialLinks-Color/index.js
index 62116b5644a9..7e4fcff28623 100644
--- a/src/components/SocialLinks-Color/index.js
+++ b/src/components/SocialLinks-Color/index.js
@@ -34,6 +34,7 @@ const SocialLinksColor = () => {
target="_blank"
rel="noreferrer"
className="footer_twitter"
+ aria-label="Visit Layer5 on Twitter"
>
diff --git a/src/sections/General/Navigation/index.js b/src/sections/General/Navigation/index.js
index 3962b78a94b3..49783bbd05a9 100644
--- a/src/sections/General/Navigation/index.js
+++ b/src/sections/General/Navigation/index.js
@@ -292,41 +292,40 @@ const Navigation = () => {
>
{menu.name}
-
+ {menu.subItems !== undefined && (
+
+ )}
))}
diff --git a/src/sections/Meshery/Meshery-integrations/IntegrationsGrid.js b/src/sections/Meshery/Meshery-integrations/IntegrationsGrid.js
index 813c8a9cf36a..f44224e2247e 100644
--- a/src/sections/Meshery/Meshery-integrations/IntegrationsGrid.js
+++ b/src/sections/Meshery/Meshery-integrations/IntegrationsGrid.js
@@ -288,7 +288,8 @@ const IntegrationsGrid = ({ category, count }) => {
? darkModeIntegrationIcon.publicURL
: integrationIcon
}
- alt={item.frontmatter.title}
+ alt={`${item.frontmatter.title} image`}
+ aria-label={`${item.frontmatter.title} image`}
height={70}
width={70}
style={{ filter: "brightness(0) invert(1)" }}