Remove incompatible type=ghost

This commit is contained in:
prototypa
2023-12-02 14:12:25 -05:00
parent 9818cd08b8
commit fe570f5000

View File

@ -22,7 +22,6 @@ const { metadata } = Astro.props;
links={headerData?.links[2] ? [headerData.links[2]] : undefined} links={headerData?.links[2] ? [headerData.links[2]] : undefined}
actions={[ actions={[
{ {
type: 'ghost',
text: 'Download', text: 'Download',
href: 'https://github.com/onwidget/astrowind' href: 'https://github.com/onwidget/astrowind'
}, },