Fixed download URL. Updated Footer and Navbar
This commit is contained in:
@@ -15,7 +15,10 @@ const currentYear = new Date().getFullYear()
|
|||||||
<div class="h-8 w-8 rounded-lg bg-primary flex items-center justify-center">
|
<div class="h-8 w-8 rounded-lg bg-primary flex items-center justify-center">
|
||||||
<div class="h-4 w-4 rounded-full border-2 border-primary-foreground" />
|
<div class="h-4 w-4 rounded-full border-2 border-primary-foreground" />
|
||||||
</div>
|
</div>
|
||||||
<span class="font-bold text-lg">NoSys</span>
|
<h1 class="leading-none font-bold text-lg">
|
||||||
|
<span class="text-yellow-400">No</span>
|
||||||
|
<span class="text-foreground">Sys</span>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-sm text-muted-foreground">
|
<p class="text-sm text-muted-foreground">
|
||||||
A social network no one can control.
|
A social network no one can control.
|
||||||
|
|||||||
@@ -29,7 +29,10 @@ const navLinks = [
|
|||||||
<div class="h-8 w-8 rounded-lg bg-primary flex items-center justify-center">
|
<div class="h-8 w-8 rounded-lg bg-primary flex items-center justify-center">
|
||||||
<div class="h-4 w-4 rounded-full border-2 border-primary-foreground" />
|
<div class="h-4 w-4 rounded-full border-2 border-primary-foreground" />
|
||||||
</div>
|
</div>
|
||||||
<span class="font-bold text-lg">NoSys</span>
|
<h1 class="leading-none font-bold text-lg">
|
||||||
|
<span class="text-yellow-400">No</span>
|
||||||
|
<span class="text-foreground">Sys</span>
|
||||||
|
</h1>
|
||||||
</RouterLink>
|
</RouterLink>
|
||||||
|
|
||||||
<!-- Desktop Navigation -->
|
<!-- Desktop Navigation -->
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import CardContent from '@/components/ui/CardContent.vue';
|
|||||||
import { Download, Shield } from 'lucide-vue-next';
|
import { Download, Shield } from 'lucide-vue-next';
|
||||||
|
|
||||||
function downloadFile() {
|
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');
|
const link = document.createElement('a');
|
||||||
link.href = url;
|
link.href = url;
|
||||||
link.download = url.split('/').pop();
|
link.download = url.split('/').pop();
|
||||||
|
|||||||
Reference in New Issue
Block a user