Skip to content

Commit f9f72af

Browse files
feat: resize sponsorship carrousel (#579)
solves #578 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c424c2a commit f9f72af

File tree

11 files changed

+32
-31
lines changed

11 files changed

+32
-31
lines changed
-332 KB
Loading
-389 KB
Loading
-348 KB
Loading
-320 KB
Loading
-445 KB
Loading
-447 KB
Loading
-485 KB
Loading
-385 KB
Loading
-406 KB
Loading

src/views/Home/components/ActionButtons/ActionButtons.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ const ActionButtons: FC<React.PropsWithChildren<unknown>> = () => {
5858
<Button
5959
onClick={trackSponsorshipInfo}
6060
text="🤝 Sponsorship"
61-
link="https://www.devbcn.com/sponsorship"
61+
target="_self"
62+
link="/sponsorship"
6263
disabled={isBetween(sponsorshipStartDay, sponsorshipEndDay)}
6364
/>
6465
</StyledActionDiv>

0 commit comments

Comments
 (0)