summaryrefslogtreecommitdiff
path: root/src/layouts/LandingLayout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/LandingLayout.astro')
-rw-r--r--src/layouts/LandingLayout.astro7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/layouts/LandingLayout.astro b/src/layouts/LandingLayout.astro
index 0554afa..b09878b 100644
--- a/src/layouts/LandingLayout.astro
+++ b/src/layouts/LandingLayout.astro
@@ -20,12 +20,7 @@ const { metadata } = Astro.props;
<slot name="header">
<Header
links={headerData?.links[2] ? [headerData.links[2]] : undefined}
- actions={[
- {
- text: 'Download',
- href: 'https://github.com/onwidget/astrowind',
- },
- ]}
+ actions={[]}
showToggleTheme
position="right"
/>