Skip to content

Commit

Permalink
Merge pull request #1 from LinkFly/develop
Browse files Browse the repository at this point in the history
tech commit
  • Loading branch information
LinkFly authored Jul 5, 2020
2 parents 52d93ff + 3a1690b commit 35adcd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions pages/api/hello.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default (req, res) => {
console.log('hello')
res.status(200).json({text: 'Hello'})
}

1 comment on commit 35adcd0

@vercel
Copy link

@vercel vercel bot commented on 35adcd0 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.