@@ -24,7 +24,6 @@ const debAmd64 = `${githubRepo}/releases/latest/download/monban_amd64.deb`;
2424const debArm64 = ` ${githubRepo }/releases/latest/download/monban_arm64.deb ` ;
2525const rpmAmd64 = ` ${githubRepo }/releases/latest/download/monban_amd64.rpm ` ;
2626const rpmArm64 = ` ${githubRepo }/releases/latest/download/monban_arm64.rpm ` ;
27- const sponsorUrl = ` ${githubRepo }/sponsor ` ;
2827---
2928
3029<Layout title =" Monban - 2FA for your files on macOS and Linux" >
@@ -208,8 +207,8 @@ const sponsorUrl = `${githubRepo}/sponsor`;
208207 <CardDescription >
209208 Unlocking requires your security key PIN and a
210209 physical touch. The secret never leaves the
211- hardware -- the lock is cryptographic, not
212- UI-based .
210+ hardware -- the protection is real encryption,
211+ not just a hidden folder .
213212 </CardDescription >
214213 </CardHeader >
215214 </Card >
@@ -763,33 +762,6 @@ const sponsorUrl = `${githubRepo}/sponsor`;
763762 </div >
764763 </section >
765764
766- <!-- Support -->
767- <section class =" py-16 px-6 border-t border-border/50" >
768- <div class =" mx-auto max-w-xl text-center" >
769- <p class =" text-muted-foreground mb-4" >
770- Monban is free and open source, licensed under GPL v3. If
771- it's useful to you, consider supporting development.
772- </p >
773- <Button
774- variant =" outline"
775- size =" sm"
776- href ={ sponsorUrl }
777- target =" _blank"
778- rel =" noopener noreferrer"
779- >
780- <svg
781- class =" size-4 text-red-400"
782- fill =" currentColor"
783- viewBox =" 0 0 24 24"
784- ><path
785- d =" M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"
786- ></path ></svg
787- >
788- Sponsor on GitHub
789- </Button >
790- </div >
791- </section >
792-
793765 <!-- Footer -->
794766 <footer class =" border-t border-border/50 py-8 px-6" >
795767 <div
0 commit comments