fix(docs): Add link to Survey in top bar (#4574)

This commit is contained in:
Christian Winther
2024-05-18 17:42:40 +02:00
committed by GitHub
parent 07254fb551
commit f3a7376683

View File

@@ -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 };