Skip to content

Commit 3046992

Browse files
authored
Update navigation.ts
1 parent c829258 commit 3046992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/navigation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const headerData = {
115115
href: '#',
116116
},
117117
],
118-
actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }],
118+
actions: [{ text: 'Download', href: 'https://github.com/arthelokyo/astrowind', target: '_blank' }],
119119
};
120120

121121
export const footerData = {
@@ -174,9 +174,9 @@ export const footerData = {
174174
{ ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
175175
{ ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
176176
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
177-
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
177+
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/arthelokyo/astrowind' },
178178
],
179179
footNote: `
180-
Made by <a class="text-blue-600 underline dark:text-muted" href="https://github.com/onwidget"> onWidget</a> · All rights reserved.
180+
Made by <a class="text-blue-600 underline dark:text-muted" href="https://github.com/arthelokyo"> Arthelokyo</a> · All rights reserved.
181181
`,
182182
};

0 commit comments

Comments
 (0)