Skip to content

Commit

Permalink
Merge pull request #2 from LinkFly/develop
Browse files Browse the repository at this point in the history
another tech commit
  • Loading branch information
LinkFly authored Jul 5, 2020
2 parents 35adcd0 + 1578000 commit 865162a
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

1 comment on commit 865162a

@vercel
Copy link

@vercel vercel bot commented on 865162a Jul 5, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.