Skip to content

Commit

Permalink
Update blog link in Home component
Browse files Browse the repository at this point in the history
  • Loading branch information
jordienr committed Jun 8, 2024
1 parent b8b12c1 commit 9a4105b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions apps/web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,12 @@ const Home = () => {
</div>

<div className="flex flex-grow items-center justify-end gap-1 text-sm font-medium text-zinc-600">
{/* <Link href="/blog">Blog</Link> */}
<LoggedInUser>
<Link
className="rounded-full px-3 py-1.5 hover:text-zinc-800"
href="/docs"
>
Docs
</Link>
</LoggedInUser>
<Link
className="rounded-lg px-2 py-1"
href="https://blog.zenblog.com"
>
Blog
</Link>
<Link
target="_blank"
href="https://twitter.com/zenbloghq"
Expand Down

0 comments on commit 9a4105b

Please sign in to comment.