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