Skip to content

Commit

Permalink
chore: fixes close button
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 21, 2025
1 parent 3a159cb commit 87a5993
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/.vitepress/theme/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
<div
class="banner fixed top-0 right-0 left-0 z-(--vp-z-index-layout-top) flex items-center overflow-hidden bg-[oklch(74%_0.16_232.661)] p-4 font-bold text-gray-800 dark:bg-[oklch(60%_0.126_221.723)] dark:text-white"
>
<div class="mx-auto flex items-center gap-4">
<div class="mx-auto flex items-center gap-2 lg:gap-4">
<span class="animate-bounce">👋🏼</span> Using Dozzle? I'd love to hear about your experience in this short survey
to shape the future of Dozzle.
<a href="https://tally.so/r/wLv4g2" target="_blank" class="btn btn-sm btn-primary text-white!">
<a href="https://tally.so/r/wLv4g2" target="_blank" class="btn btn-sm btn-primary btn-ghost text-white!">
Take a quick survey 🙏🏼
</a>
</div>
<button class="btn btn-circle btn-xs ml-auto" @click="dismiss">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
<path
d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z"
/>
</svg>
</button>
<button class="btn btn-circle btn-xs ml-auto" @click="dismiss">x</button>
</div>
</template>
<script setup>
Expand Down

0 comments on commit 87a5993

Please sign in to comment.