Skip to content

Commit

Permalink
Fix TopBar
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Oct 4, 2023
1 parent cda7a61 commit a6bb1ea
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions packages/mermaid/src/docs/.vitepress/components/TopBar.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
<template>
<div
class="w-full top-bar bg-gradient-to-r from-[#bd34fe] to-[#ff3670] flex items-center justify-center p-1"
class="w-full top-bar bg-gradient-to-r from-[#bd34fe] to-[#ff3670] flex items-center text-center justify-center p-1 text-white"
>
We've made our
<a
href="https://www.producthunt.com/posts/mermaid-chart?utm_source=badge-featured&amp;utm_medium=badge&amp;utm_souce=badge-mermaid-chart"
target="_blank"
class="unstyled font-semibold text-lg underline px-1"
>Product Hunt</a
>
debut! &nbsp;
<a
href="https://www.producthunt.com/posts/mermaid-chart?utm_source=badge-featured&amp;utm_medium=badge&amp;utm_souce=badge-mermaid-chart"
target="_blank"
>Show us some love and help spread the word</a
>, plus receive 25% off on annual Pro subscription!
We've made our Product Hunt debut! &nbsp;
<span class="underline">Show us some love and help spread the word</span>, plus receive 25%
off on annual Pro subscription!</a
>
</div>
</template>

0 comments on commit a6bb1ea

Please sign in to comment.