Skip to content

Commit

Permalink
tech commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkFly committed Jul 5, 2020
1 parent 343b135 commit b5d8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Layout({ children, home }) {
</Link>
<h2 className={utilStyles.headingLg}>
<Link href="/">
<a className={utilStyles.colorInherit}>{name}</a>
<a className={utilStyles.colorInherit}>{name} Blog</a>
</Link>
</h2>
</>
Expand Down

0 comments on commit b5d8527

Please sign in to comment.