Skip to content

Commit

Permalink
docs: comment out banner (#4693)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Jun 21, 2024
1 parent c3feab2 commit 83cd1b7
Showing 1 changed file with 2 additions and 8 deletions.
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

0 comments on commit 83cd1b7

Please sign in to comment.