Skip to content

Commit

Permalink
Add Buttons on /bank
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoder committed Aug 10, 2023
1 parent 61bb15b commit 269bf49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/bank/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function Header({
<>
<Slide heroImage={heroImage}>
<Vignette />

<Box
sx={{
position: 'absolute',
Expand Down
2 changes: 1 addition & 1 deletion components/bank/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ScrollHint from '../scroll-hint'
import Image from 'next/image'
import hero from '../../public/bank/bg.webp'

export default function Landing({ showButton, eventsCount }) {
export default function Landing({ showButton = true, eventsCount }) {
return (
<>
<Slide>
Expand Down
4 changes: 3 additions & 1 deletion pages/bank/climate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ const ClimateDirectory = ({ rawOrganizations }) => {
sx={{
fontSize: [2, 3, 3],
textAlign: 'center',
my: 4
my: 4,
maxWidth: '956px',
mx: 'auto'
}}
>
Nonprofits are making real environmental impact with Hack Club
Expand Down

0 comments on commit 269bf49

Please sign in to comment.