From 30469922cf6e24e52d6f6fa94e78b28530ad02c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20B?=
<54446028+prototypa@users.noreply.github.com>
Date: Sat, 9 Aug 2025 13:18:34 -0400
Subject: [PATCH] Update navigation.ts
---
src/navigation.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/navigation.ts b/src/navigation.ts
index c4f89bd..b8452a9 100644
--- a/src/navigation.ts
+++ b/src/navigation.ts
@@ -115,7 +115,7 @@ export const headerData = {
href: '#',
},
],
- actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }],
+ actions: [{ text: 'Download', href: 'https://github.com/arthelokyo/astrowind', target: '_blank' }],
};
export const footerData = {
@@ -174,9 +174,9 @@ export const footerData = {
{ ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
{ ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
- { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
+ { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/arthelokyo/astrowind' },
],
footNote: `
- Made by onWidget · All rights reserved.
+ Made by Arthelokyo · All rights reserved.
`,
};