We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae04ba commit 72caba7Copy full SHA for 72caba7
src/views/Home/components/ActionButtons/ActionButtons.tsx
@@ -58,6 +58,7 @@ const ActionButtons: FC<React.PropsWithChildren<unknown>> = () => {
58
<Button
59
onClick={trackSponsorshipInfo}
60
text="🤝 Sponsorship"
61
+ target="_self"
62
link="https://www.devbcn.com/sponsorship"
63
disabled={isBetween(sponsorshipStartDay, sponsorshipEndDay)}
64
/>
0 commit comments