Skip to content

docs: comment out banner #4693

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions runatlantis.io/.vitepress/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ const dismiss = () => {
</script>

<template>
<div ref="el" class="banner">
<!-- <div ref="el" class="banner">
<div class="text">
<p>
In April 2024, the Core Atlantis Team launched an anonymous survey to better understand our community's needs and help prioritize our roadmap, see the results <a href="/blog/2024/april-2024-survey-results">here!</a>
</p>
<p style="color: #FFD700; font-weight: bold;">
Exciting news! The Atlantis project is now in the CNCF TOC vote—show your support and cast your vote <a href="https://github.com/cncf/sandbox/issues/60#issuecomment-2161214347">here</a>.
</p>
</div>

<button type="button" @click="dismiss">
Expand All @@ -42,7 +36,7 @@ const dismiss = () => {
/>
</svg>
</button>
</div>
</div> -->
</template>

<style>
Expand Down