diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 10:20:19 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 10:20:19 +0300 |
| commit | 2adc69eab2e5c23e5f6ea41b590cf671e3f674f7 (patch) | |
| tree | 5d42b427e070a7e08d81200e017ec3d444a1e57f /src/layouts | |
| parent | be7cd770b243095c6789216c0f3351d1d925f5ec (diff) | |
cleanup
Diffstat (limited to 'src/layouts')
| -rw-r--r-- | src/layouts/LandingLayout.astro | 7 |
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" /> |
