Better link to anchor #features

This commit is contained in:
prototypa
2023-06-17 23:04:40 -04:00
parent 8ff3675cfa
commit 0b740cc42b

View File

@ -24,7 +24,7 @@ export const headerData = {
links: [ links: [
{ {
text: 'Features', text: 'Features',
href: '#features', href: getPermalink('/#features'),
}, },
{ {
text: 'Pricing', text: 'Pricing',
@ -57,11 +57,9 @@ export const headerData = {
href: getBlogPermalink(), href: getBlogPermalink(),
}, },
], ],
actions: [ actions: [{ type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }],
{ type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }
],
}; };
export const footerData = { export const footerData = {
links: [ links: [
{ {