chore: renomme domaine konstitisyon.la vers konstitisyon.nu

This commit is contained in:
2026-01-10 23:41:57 +04:00
parent e7c4343bfc
commit 1cf621b752
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default function ShareButton({
// Use native share API if available
await navigator.share({
title: `Version: ${versionName}`,
text: 'Découvrez cette version sur Konstitisyon.la',
text: 'Découvrez cette version sur Konstitisyon.nu',
url
})
} else if (navigator.clipboard && window.isSecureContext) {