Skip to content

Commit 0b740cc

Browse files
committed
Better link to anchor #features
1 parent 8ff3675 commit 0b740cc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/data.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const headerData = {
2424
links: [
2525
{
2626
text: 'Features',
27-
href: '#features',
27+
href: getPermalink('/#features'),
2828
},
2929
{
3030
text: 'Pricing',
@@ -57,11 +57,9 @@ export const headerData = {
5757
href: getBlogPermalink(),
5858
},
5959
],
60-
actions: [
61-
{ type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }
62-
],
60+
actions: [{ type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }],
6361
};
64-
62+
6563
export const footerData = {
6664
links: [
6765
{

0 commit comments

Comments
 (0)