Skip to content

Commit

Permalink
Better link to anchor #features
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Jun 18, 2023
1 parent 8ff3675 commit 0b740cc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const headerData = {
links: [
{
text: 'Features',
href: '#features',
href: getPermalink('/#features'),
},
{
text: 'Pricing',
Expand Down Expand Up @@ -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: [
{
Expand Down

0 comments on commit 0b740cc

Please sign in to comment.