Skip to content

Commit 9a5992e

Browse files
committed
feat: remove download
1 parent 348e058 commit 9a5992e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/layouts/LandingLayout.astro

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ const { metadata } = Astro.props;
1717
<slot name="header">
1818
<Header
1919
links={headerData?.links[2] ? [headerData.links[2]] : undefined}
20-
actions={[
21-
{
22-
text: 'Download',
23-
href: 'https://github.com/arthelokyo/astrowind',
24-
},
25-
]}
2620
showToggleTheme
2721
position="right"
2822
/>

src/navigation.ts

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

121120
export const footerData = {

0 commit comments

Comments
 (0)