Better link to anchor #features
This commit is contained in:
@ -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: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user