Skip to content

Commit

Permalink
fix overflow and incentive link
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Oct 6, 2023
1 parent 95000bb commit 53baa31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/nextjs/components/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
{
text-decoration: underline !important;
}

@include breakpoint($sm-zero-only) {
flex-direction: column;
align-items: center;
gap: 8px;
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/pages/ASAP2023/incentives.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Incentives = () => {
<div className={styles.donate}>
<Button
actionText="Donate"
link="https://donate.tiltify.com/@ausspeedruns/australian-speedrun-marathon-2023"
link="https://donate.tiltify.com/@ausspeedruns/asap2023"
openInNewTab
iconRight={faChevronRight}
/>
Expand Down

0 comments on commit 53baa31

Please sign in to comment.