Skip to content

Commit c1e1f39

Browse files
authored
faqs
1 parent f86d5dd commit c1e1f39

4 files changed

Lines changed: 3 additions & 27 deletions

File tree

src/collections/resources/faq/internship-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import FAQ from "../../../sections/General/Faq";
1818

1919
<ResourcesWrapper>
2020
<div>
21-
<FAQ category={["internships"]} />
21+
<FAQ category={["careers"]} />
2222
</div>
2323
</ResourcesWrapper>
2424
;

src/collections/resources/faq/service-mesh-faq.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/sections/Careers/Careers-Internship-grid/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const InternshipPage = ({ hide_heading }) => {
130130
<div>
131131
<ProgramsGrid sub_section={true} />
132132
</div>
133-
<FAQ category={["internships"]} />
133+
<FAQ category={["careers"]} />
134134
<div>
135135
<h1>Participating Partners</h1>
136136
<div className="grid">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Integrations = () => {
1717
<>
1818
<IntegrationsGrid count={"All"} />
1919
<Card />
20-
<FAQ category={["Meshery Integrations"]} />
20+
<FAQ category={["Meshery"]} subcategory={["Integrations"]} />
2121
</>
2222
);
2323
} else {

0 commit comments

Comments
 (0)