Skip to content

Commit

Permalink
another tech commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkFly committed Jul 5, 2020
1 parent 3a1690b commit 1578000
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 @@ -32,7 +32,7 @@ export default function Layout({ children, home }) {
className={`${styles.headerHomeImage} ${utilStyles.borderCircle}`}
alt={name}
/>
<h1 className={utilStyles.heading2Xl}>{name}</h1>
<h1 className={utilStyles.heading2Xl}>{name} Blog</h1>
</>
) : (
<>
Expand Down

0 comments on commit 1578000

Please sign in to comment.