mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Compare commits
2 Commits
mermaid@11
...
remove-pro
Author | SHA1 | Date | |
---|---|---|---|
![]() |
affe4684c1 | ||
![]() |
838ded43c9 |
@@ -1,14 +1,5 @@
|
||||
<template>
|
||||
<div
|
||||
class="w-full top-bar bg-gradient-to-r from-[#bd34fe] to-[#ff3670] flex items-center text-center justify-center p-1 text-white"
|
||||
>
|
||||
<a
|
||||
href="https://www.producthunt.com/posts/mermaid-chart?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-mermaid-chart"
|
||||
target="_blank"
|
||||
>
|
||||
We've made our Product Hunt debut!
|
||||
<span class="underline">Show us some love and help spread the word</span>, plus receive 25%
|
||||
off on annual Pro subscription!</a
|
||||
>
|
||||
</div>
|
||||
></div>
|
||||
</template>
|
||||
|
@@ -7,7 +7,6 @@ import Contributors from '../components/Contributors.vue';
|
||||
// @ts-ignore
|
||||
import HomePage from '../components/HomePage.vue';
|
||||
// @ts-ignore
|
||||
import TopBar from '../components/TopBar.vue';
|
||||
|
||||
import { getRedirect } from './redirect.js';
|
||||
|
||||
@@ -21,7 +20,6 @@ export default {
|
||||
...DefaultTheme,
|
||||
Layout() {
|
||||
return h(Theme.Layout, null, {
|
||||
'home-hero-before': () => h(TopBar),
|
||||
'home-features-after': () => h(HomePage),
|
||||
});
|
||||
},
|
||||
|
@@ -31,7 +31,7 @@ features:
|
||||
- title: 🏆 Award winning!
|
||||
details: 2019 JavaScript Open Source Award winner for "The Most Exciting Use of Technology".
|
||||
link: https://osawards.com/javascript/2019
|
||||
- title: 🎉 We are on Product Hunt!
|
||||
details: We would love any and all support from the Mermaid community!
|
||||
link: https://www.producthunt.com/posts/mermaid-chart
|
||||
- title: 🥰 Mermaid + Mermaid Chart
|
||||
details: Mermaid Chart is a major supporter of the Mermaid project.
|
||||
link: https://www.mermaidchart.com/
|
||||
---
|
||||
|
Reference in New Issue
Block a user