Skip to content

Commit

Permalink
fix: Docs footer link points to blog (formbricks#2306)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
  • Loading branch information
2 people authored and vijay-thumar-simform committed Mar 26, 2024
1 parent b7d25b8 commit 6053a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/formbricks-com/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const navigation = {
{ name: "Community", href: "/community", status: true },
{ name: "Pricing", href: "/pricing", status: true },
{ name: "Blog", href: "/blog", status: true },
{ name: "Docs", href: "/blog", status: true },
{ name: "Docs", href: "/docs", status: true },
],
legal: [
{ name: "Imprint", href: "/imprint", status: true },
Expand Down

0 comments on commit 6053a6c

Please sign in to comment.