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 edbe633 commit 9006132Copy full SHA for 9006132
src/views/Home/components/ActionButtons/ActionButtons.tsx
@@ -63,7 +63,7 @@ const ActionButtons: FC<React.PropsWithChildren<unknown>> = () => {
63
text="🤝 Sponsorship"
64
target="_self"
65
link="/sponsorship"
66
- disabled={isBetween(sponsorshipStartDay, sponsorshipEndDay)}
+ disabled={!isBetween(sponsorshipStartDay, sponsorshipEndDay)}
67
/>
68
</StyledActionDiv>
69
);
0 commit comments