Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 4153a2d

Browse files
committed
chore(src): update CTA at header
1 parent f3336eb commit 4153a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const headerData = {
1515
href: getPermalink('/'),
1616
},
1717
],
18-
actions: [{ text: 'Involúcrate', href: 'https://github.com/onwidget/astrowind', target: '_blank' }],
18+
actions: [{ text: 'Involúcrate', href: getPermalink('/#volunteers'), target: '_blank' }],
1919
};
2020

2121
export const footerData = {

0 commit comments

Comments
 (0)