Skip to content

Commit

Permalink
fix(components-Footer): tidy up (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Mar 9, 2023
1 parent d2aa174 commit d323d90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Footer = ({
</Col>
<Col className="mx-6">
<span>
Last Built Time{' '}
Last Build Time{' '}
<a href="https://github.com/sabertazimi/blog/actions">
<time
dateTime={new Date(buildTime).toLocaleString('zh-CN', {
Expand Down
2 changes: 1 addition & 1 deletion components/Footer/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ exports[`Footer should render correctly (snapshot) 1`] = `
role="cell"
>
<span>
Last Built Time
Last Build Time
<a
href="https://github.com/sabertazimi/blog/actions"
Expand Down
2 changes: 1 addition & 1 deletion layouts/__snapshots__/Layout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ exports[`Layout should render correctly (snapshot) 1`] = `
role="cell"
>
<span>
Last Built Time
Last Build Time
<a
href="https://github.com/sabertazimi/blog/actions"
Expand Down
2 changes: 1 addition & 1 deletion layouts/__snapshots__/PostLayout.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ exports[`PostLayout should render correctly (snapshot) 1`] = `
role="cell"
>
<span>
Last Built Time
Last Build Time
<a
href="https://github.com/sabertazimi/blog/actions"
Expand Down

1 comment on commit d323d90

@vercel
Copy link

@vercel vercel bot commented on d323d90 Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-sabertaz.vercel.app
blog.tazimi.dev
blog-sabertaz.vercel.app

Please sign in to comment.