diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index e07d774..98a87b8 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -15,7 +15,10 @@ const currentYear = new Date().getFullYear()
- NoSys
+
+ No
+ Sys
+
A social network no one can control.
diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue
index 43b893c..38f8a88 100644
--- a/src/components/Navbar.vue
+++ b/src/components/Navbar.vue
@@ -29,7 +29,10 @@ const navLinks = [
- NoSys
+
+ No
+ Sys
+
diff --git a/src/components/sections/downloads/DownloadsHero.vue b/src/components/sections/downloads/DownloadsHero.vue
index 09d44f3..82d290c 100644
--- a/src/components/sections/downloads/DownloadsHero.vue
+++ b/src/components/sections/downloads/DownloadsHero.vue
@@ -6,7 +6,7 @@ import CardContent from '@/components/ui/CardContent.vue';
import { Download, Shield } from 'lucide-vue-next';
function downloadFile() {
- const url = "/downloads/libs/app/start.py";
+ const url = "https://n0sys.duckdns.org/git/lucas/nosys_libs/raw/branch/main/app/start.py";
const link = document.createElement('a');
link.href = url;
link.download = url.split('/').pop();