Skip to content

Commit

Permalink
Merge pull request #15 from WarwickStudentArtsFestival/main
Browse files Browse the repository at this point in the history
💬 Update Ellie's role
  • Loading branch information
JoshHeng authored Apr 14, 2024
2 parents 285c830 + c138864 commit 4f98bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/id-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function IdCard({
)}
</div>
{role && (
<footer className="bg-secondary text-sm sm:text-lg uppercase font-bold pt-1 pb-1 sm:pb-2 px-2 mt-auto">
<footer className="bg-secondary text-sm sm:text-lg leading-tight sm:leading-tight uppercase font-bold pt-1 pb-1 sm:pb-2 px-2 mt-auto min-h-12 sm:min-h-14 flex justify-center items-center">
{role}
</footer>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/who-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const people: IdCardProps[] = [
},
{
name: 'Ellie',
role: 'Design Officer',
role: 'Head of Marketing',
description: '2nd Year English and Theatre Studies',
image: ElliePhoto,
},
Expand Down

0 comments on commit 4f98bdf

Please sign in to comment.