Skip to content

Commit

Permalink
Merge pull request #61 from RENCI/develop
Browse files Browse the repository at this point in the history
fix backgroundcolor property case mis-match
  • Loading branch information
suejinkim20 authored Aug 12, 2024
2 parents 7cf73a3 + 83931b8 commit 6050497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/interview-tips.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const TextPhotoWrapper = ({
) : (
<CtaButton
href={interviewPDF}
backgroundColor="#F9A302"
backgroundcolor="#F9A302"
background_image={InterviewImg.allFile.nodes[0]}
title="Download Interview Tips"
interview
Expand Down
4 changes: 2 additions & 2 deletions src/components/sections/students-staff-ctas.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const StudentsStaffCtas = ({ content }) => {
direction={{ xs: 'column', sm: 'row' }}
gap={ 2 }
>
<CtaButton href="/students" backgroundColor="#F9A302" { ...students_cta } />
<CtaButton href="/staff" backgroundColor="#1A1B2F"{ ...staff_cta } />
<CtaButton href="/students" backgroundcolor="#F9A302" { ...students_cta } />
<CtaButton href="/staff" backgroundcolor="#1A1B2F"{ ...staff_cta } />
</Stack>
</Section>
)
Expand Down

0 comments on commit 6050497

Please sign in to comment.