File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export default {
172172 </div >
173173 <div v-if =" isWindows" class =" mt-2" >
174174 <a
175- :href =" `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${version}/Beaver-notes -Setup-${version}.exe`"
175+ :href =" `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${version}/Beaver.Notes -Setup-${version}.exe`"
176176 class =" text-xs p-2 text-neutral-700 hover:text-neutral-900 dark:text-white transition text-center"
177177 aria-label =" Looking for portable version?"
178178 >
@@ -705,7 +705,7 @@ export default {
705705 <RiArrowRightUpLine class =" ml-2 w-6 h-6" />
706706 </a >
707707 <a
708- :href =" `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${version}/Beaver-notes -${version}-portable.exe`"
708+ :href =" `https://github.com/Beaver-Notes/Beaver-Notes/releases/download/${version}/Beaver.Notes -${version}-portable.exe`"
709709 class =" hidden flex w-fit items-center px-4 py-2 border rounded-lg text-sm hover:bg-neutral-50 dark:hover:bg-neutral-800 transition"
710710 >
711711 F-Droid
Original file line number Diff line number Diff line change 7575 </div >
7676 </a >
7777 </div >
78- <div class =" mt-12 text-center" >
78+ <div class =" mt-12 text-center flex gap-6 justify-center" >
79+ <!-- OpenAlternative Light -->
7980 <a
8081 href =" https://openalternative.co/beaver-notes?utm_source=openalternative&utm_medium=badge&utm_campaign=embed&utm_content=tool-beaver-notes"
8182 target =" _blank"
83+ class =" dark:hidden"
84+ ><img
85+ src =" https://openalternative.co/beaver-notes/badge.svg?theme=light&width=250&height=54"
86+ width =" 250"
87+ height =" 54"
88+ alt =" Beaver Notes badge"
89+ loading =" lazy"
90+ class =" mx-auto"
91+ /></a >
92+
93+ <!-- OpenAlternative Dark -->
94+ <a
95+ href =" https://openalternative.co/beaver-notes?utm_source=openalternative&utm_medium=badge&utm_campaign=embed&utm_content=tool-beaver-notes"
96+ target =" _blank"
97+ class =" hidden dark:block"
98+ ><img
99+ src =" https://openalternative.co/beaver-notes/badge.svg?theme=dark&width=250&height=54"
100+ width =" 250"
101+ height =" 54"
102+ alt =" Beaver Notes badge"
103+ loading =" lazy"
104+ class =" mx-auto"
105+ /></a >
106+
107+ <!-- Product Hunt Light -->
108+ <a
109+ href =" https://www.producthunt.com/products/beaver-notes?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-beaver-notes"
110+ target =" _blank"
111+ class =" dark:hidden"
82112 >
83113 <img
84- src =" https://openalternative.co/beaver-notes/badge.svg?theme=light&width=200&height=50"
85- width =" 200"
86- height =" 50"
87- alt =" Beaver Notes badge"
114+ src =" https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1046776&theme=light"
115+ width =" 250"
116+ height =" 54"
117+ alt =" Beaver Notes on Product Hunt"
118+ loading =" lazy"
119+ class =" mx-auto"
120+ />
121+ </a >
122+
123+ <!-- Product Hunt Dark -->
124+ <a
125+ href =" https://www.producthunt.com/products/beaver-notes?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-beaver-notes"
126+ target =" _blank"
127+ class =" hidden dark:block"
128+ >
129+ <img
130+ src =" https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1046776&theme=dark"
131+ width =" 250"
132+ height =" 54"
133+ alt =" Beaver Notes on Product Hunt"
88134 loading =" lazy"
89135 class =" mx-auto"
90136 />
You can’t perform that action at this time.
0 commit comments