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