Skip to content

Commit 113e0d2

Browse files
lukemassachenrui333
authored andcommitted
chore: Remove link to survey (runatlantis#4642)
Signed-off-by: Rui Chen <[email protected]> Co-authored-by: Rui Chen <[email protected]> Signed-off-by: kvanzuijlen <[email protected]>
1 parent 3dbbd92 commit 113e0d2

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ Runs `terraform plan`, `import`, `apply` remotely and comments back on the pull
4040
## Stargazers over time
4141

4242
[![Stargazers over time](https://starchart.cc/runatlantis/atlantis.svg)](https://starchart.cc/runatlantis/atlantis)
43-
44-
## User Survey
45-
46-
In April 2024, the Core Atlantis Team put together an anonymous survey for Atlantis users to help us understand the community needs and prioritize our roadmap. If you are a user of Atlantis, please take 5 minutes to fill it out <https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0>

runatlantis.io/.vitepress/components/Banner.vue

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ const dismiss = () => {
2424
<div ref="el" class="banner">
2525
<div class="text">
2626
<p>
27-
In April 2024, the Core Atlantis Team launched an anonymous survey to better understand our community's needs and help prioritize our roadmap.
27+
<del>
28+
In April 2024, the Core Atlantis Team launched an anonymous survey to better understand our community's needs and help prioritize our roadmap.
29+
</del>
2830
</p>
2931
<p>
30-
If you're an Atlantis user, please take 5 minutes to fill it out:
31-
<a href="https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0">Survey Link</a>
32+
That survey is now closed, we will compile the results and publish a summary as a blog post soon!
3233
</p>
3334
</div>
3435

runatlantis.io/.vitepress/navbars.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const en = [
2-
{ text: "Home", link: "/"},
2+
{ text: "Home", link: "/" },
33
{ text: "Guide", link: "/guide" },
44
{ text: "Docs", link: "/docs" },
55
{ text: "Contributing", link: "/contributing" },
66
{ text: "Blog", link: "/blog" },
7-
{ text: "📢 User Survey", link: "https://docs.google.com/forms/d/1fOGWkdinDV2_46CZvzQRdz8401ypZR8Z-iwkNNt3EX0" },
87
];
98

109
export { en };

0 commit comments

Comments
 (0)