We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9275cd0 + ad9afcb commit d704f4aCopy full SHA for d704f4a
1 file changed
src/sections/Meshery/Meshery-integrations/index.js
@@ -15,19 +15,19 @@ const Integrations = () => {
15
if (location.pathname !== "/") {
16
return (
17
<>
18
- <IntegrationsGrid count={"All"} />
+ <IntegrationsGrid count={"All"} />
19
<Card />
20
<FAQ category={["Meshery"]} subcategory={["Integrations"]} />
21
</>
22
);
23
} else {
24
25
26
- <IntegrationsGrid count={13} />
+ <IntegrationsGrid count={13} />
27
<div style={{ marginTop: "20px" }}>
28
<Button className="seeAllBtn"
29
- $primary title={"See All"}
30
- $url="/cloud-native-management/meshery/integrations/"
+ $primary title={"See All"}
+ $url="cloud-native-management/meshery/integrations/"
31
/>
32
</div>
33
0 commit comments