diff --git a/src/layouts/LandingLayout.astro b/src/layouts/LandingLayout.astro index 3ea46e9..3bad057 100644 --- a/src/layouts/LandingLayout.astro +++ b/src/layouts/LandingLayout.astro @@ -22,7 +22,6 @@ const { metadata } = Astro.props; links={headerData?.links[2] ? [headerData.links[2]] : undefined} actions={[ { - type: 'ghost', text: 'Download', href: 'https://github.com/onwidget/astrowind' },