Skip to content

Commit

Permalink
Capitalize center in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
j08lue authored Dec 1, 2023
1 parent 68a6fdb commit c5b59ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/components/page-footer/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default function PageFooter(props) {
}]: []),
{
path: "/visit",
text: "Visit a center",
text: "Visit a Center",
},
{
path: "/teach",
Expand Down Expand Up @@ -327,4 +327,4 @@ export default function PageFooter(props) {
</FooterInner>
</>
);
}
}

0 comments on commit c5b59ee

Please sign in to comment.