Skip to content

Commit 5a65a1e

Browse files
committed
content: learn about brc analytics (#985)
1 parent cdfc441 commit 5a65a1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/views/LearnView/learnView.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ export const LearnView = (): JSX.Element => {
1111
<StyledSectionHero
1212
breadcrumbs={[
1313
{ path: "/", text: "Home" },
14-
{ path: "", text: "Learn About BRC" },
14+
{ path: "", text: "Learn About BRC Analytics" },
1515
]}
16-
head="Learn About BRC"
16+
head="Learn About BRC Analytics"
1717
subHead={null}
1818
/>
1919
<SectionContent
@@ -25,7 +25,7 @@ export const LearnView = (): JSX.Element => {
2525
</StyledStack>
2626
}
2727
frontmatter={null}
28-
pageTitle="Learn About BRC"
28+
pageTitle="Learn About BRC Analytics"
2929
slug={[]}
3030
/>
3131
</Fragment>

pages/learn/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Page = (): JSX.Element => {
1010
export const getStaticProps: GetStaticProps<
1111
Pick<StaticProps, "pageTitle">
1212
> = async () => {
13-
return { props: { pageTitle: "Learn About BRC" } };
13+
return { props: { pageTitle: "Learn About BRC Analytics" } };
1414
};
1515

1616
export default Page;

0 commit comments

Comments
 (0)