Skip to content

Commit

Permalink
chore: roadmap in navbar instead of blog
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 9, 2023
1 parent 1b5d1a7 commit ee8cb37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const Footer = () => {
</a>
</li>
<li className="mb-2">
<Link href="/blog">
<a
href="https://github.com/usebruno/bruno/discussions/384"
target="_blank"
Expand All @@ -62,7 +61,6 @@ const Footer = () => {
>
Roadmap
</a>
</Link>
</li>
<li className="mb-2">
<a
Expand Down
11 changes: 9 additions & 2 deletions src/components/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,15 @@ const Navbar = () => {
<Link href="https://docs.usebruno.com">
<a className="font-medium mr-3">Docs</a>
</Link>
<Link href="/blog">
<a className="font-medium mr-3">Blog</a>
<Link href="">
<a
href="https://github.com/usebruno/bruno/discussions/384"
target="_blank"
rel="noreferrer"
className="font-medium mr-3"
>
Roadmap
</a>
</Link>
<Link href="">
<a href="" className="sm:inline-block">
Expand Down

1 comment on commit ee8cb37

@vercel
Copy link

@vercel vercel bot commented on ee8cb37 Oct 9, 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.