@@ -3,35 +3,31 @@ import Heart from '~icons/mdi/heart'
33 </script >
44
55<template >
6- <div id =" acknowledgement" >
7- <div class =" bg-black text-white dark:(bg-gray-100 text-black)" >
8- <div class =" max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center" >
9- <h1 class =" md:(!mb-8) flex justify-center items-center gap-2" ><Heart class =" text-red-500" /> Acknowledgement</h1 >
6+ <div id =" acknowledgement mt-12" >
7+ <div class =" max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center" >
8+ <h1 class =" md:(!mb-8) flex justify-center items-center gap-2" ><Heart class =" text-red-500 min-w-8" /> Acknowledgement</h1 >
109
11- <p >
12- <span class =" underline" >First and foremost</span >: A huge <span class =" font-semibold text-red-400" >Thank you</span > to
13- the developers of <a href =" https://webkid.io" target =" _blank" class =" text-green-500 " >Webkid</a >.
10+ <p >
11+ <span class =" underline" >First and foremost</span >: A huge <span class =" font-semibold text-red-400" >Thank you</span > to the
12+ developers of <a href =" https://webkid.io" target =" _blank" class =" text-primary " >Webkid</a >.
1413
15- <span class =" inline-block" >
16- Without their continuous, amazing, open-source work, this project would not have been possible.
17- </span >
18- </p >
14+ <span class =" inline-block" >
15+ Without their continuous, amazing, open-source work, this project would not have been possible.
16+ </span >
17+ </p >
1918
20- <p >
21- <span class =" font-semibold text-secondary " >Vue Flow</span > is built on top of existing features and code taken from
22- <a href =" https://reactflow.dev" target =" _blank" class =" text-green-500 " >React Flow</a >. It replicates the features found
23- in React Flow and brings them to the Vue 3 experience, with all the fun reactivity and features like template slots etc.
24- you know and love from Vue. If you're happy with Vue Flow,
19+ <p >
20+ <span class =" font-semibold text-accent " >Vue Flow</span > is built on top of existing features and code taken from
21+ <a href =" https://reactflow.dev" target =" _blank" class =" text-primary " >React Flow</a >. It replicates the features found in
22+ React Flow and brings them to the Vue 3 experience, with all the fun reactivity and features like template slots etc. you
23+ know and love from Vue. If you're happy with Vue Flow,
2524
26- <span class =" inline-block text-xl font-medium" >
27- please consider supporting <a href =" https://webkid.io" target =" _blank" class =" text-green-500" >Webkid</a > by
28- <a href =" https://github.com/sponsors/wbkd" target =" _blank" class =" font-bold text-green-500" > donating </a > or
29- <a href =" https://pro.reactflow.dev/" target =" _blank" class =" font-bold text-green-500" >
30- subscribing to React Flow Pro.
31- </a >
32- </span >
33- </p >
34- </div >
25+ <span class =" inline-block text-xl font-medium" >
26+ please consider supporting <a href =" https://webkid.io" target =" _blank" class =" text-primary" >Webkid</a > by
27+ <a href =" https://github.com/sponsors/wbkd" target =" _blank" class =" font-bold text-primary" > donating </a > or
28+ <a href =" https://pro.reactflow.dev/" target =" _blank" class =" font-bold text-primary" > subscribing to React Flow Pro. </a >
29+ </span >
30+ </p >
3531 </div >
3632 </div >
3733</template >
0 commit comments