Skip to content

Commit

Permalink
Update breadcrumb current page label to Vets Who Code Blog (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Jan 2, 2025
1 parent 1d67413 commit 0afb740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/blogs/blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BlogGrid: PageProps = ({ data: { blogs, currentPage, numberOfPages } }) =>
return (
<>
<SEO title="Blog" />
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="Hashflag Blog" />
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="Vets Who Code Blog" />
<BlogArea
data={{
blogs,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blogs/blog/page/[page].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const BlogGrid: PageProps = ({ data: { blogs, currentPage, numberOfPages } }) =>
return (
<>
<SEO title={`Blog Grid - Page - ${currentPage}`} />
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="HashFlag Blog" />
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="Vets Who Code Blog" />
<BlogArea
data={{
blogs,
Expand Down

0 comments on commit 0afb740

Please sign in to comment.