File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Page = (): JSX.Element => {
1010export 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
1616export default Page ;
You can’t perform that action at this time.
0 commit comments