Skip to content

Commit 0afb740

Browse files
Update breadcrumb current page label to Vets Who Code Blog (#673)
1 parent 1d67413 commit 0afb740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/blogs/blog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const BlogGrid: PageProps = ({ data: { blogs, currentPage, numberOfPages } }) =>
2424
return (
2525
<>
2626
<SEO title="Blog" />
27-
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="Hashflag Blog" />
27+
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="Vets Who Code Blog" />
2828
<BlogArea
2929
data={{
3030
blogs,

src/pages/blogs/blog/page/[page].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const BlogGrid: PageProps = ({ data: { blogs, currentPage, numberOfPages } }) =>
2525
return (
2626
<>
2727
<SEO title={`Blog Grid - Page - ${currentPage}`} />
28-
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="HashFlag Blog" />
28+
<Breadcrumb pages={[{ path: "/", label: "home" }]} currentPage="Vets Who Code Blog" />
2929
<BlogArea
3030
data={{
3131
blogs,

0 commit comments

Comments
 (0)