Skip to content

Commit

Permalink
chore: added blog button in the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Nov 2, 2023
1 parent 20b282c commit 9857e62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ export default function Home() {
<span className='ml-3'>vs Postman</span>
</a>
</Link>
<Link href="/blog" legacyBehavior>
<a className="inline-flex items-center justify-center w-full px-5 py-3 text-sm font-medium text-center text-gray-900 border border-gray-200 rounded-lg sm:w-auto hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 transition">
📢
<span className='ml-3'>Blog</span>
</a>
</Link>
</div>
<div className="flex justify-center mt-6">
<img className="w-full" src="images/landing-2.png" />
Expand Down

1 comment on commit 9857e62

@vercel
Copy link

@vercel vercel bot commented on 9857e62 Nov 2, 2023

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.