Skip to content

Commit

Permalink
fix(docs): Add link to Survey in top bar (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi authored May 18, 2024
1 parent 07254fb commit f3a7376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runatlantis.io/.vitepress/navbars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const en = [
{ text: "Docs", link: "/docs" },
{ text: "Contributing", link: "/contributing" },
{ text: "Blog", link: "/blog" },
{ text: "📢 User Survey", link: "https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0" },
];

export { en };

0 comments on commit f3a7376

Please sign in to comment.