Skip to content

Commit

Permalink
Refactor PageContainer component to update meta keywords and page tit…
Browse files Browse the repository at this point in the history
…le in Validators page
  • Loading branch information
Ysrbolles committed Oct 17, 2024
1 parent 8895acd commit 70d324c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/pages/Validators/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ const Validators: FC = () => {
}

return (
<PageContainer pageTitle="Validators" metaContent="validators">
<PageContainer
pageTitle="Camino Validators"
metaContent="Discover the active validators on Camino Network. View detailed node stats, uptime, and contributions to monitor the network security and governance."
metaKeywords="Camino Validators"
>
<Paper
variant="outlined"
square
Expand Down

0 comments on commit 70d324c

Please sign in to comment.