Skip to content

Commit

Permalink
Merge pull request #82 from neontribe/add-torchbox
Browse files Browse the repository at this point in the history
feat: add torchbox - closes #81
  • Loading branch information
harryharrold authored Jul 2, 2024
2 parents d3806f9 + 5d5a344 commit 1e2a7d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/Sponsors/Sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
column-gap: 20px;
row-gap: 2px;
max-width: 470px;
margin: 0.5rem 0.2rem;
margin: 1rem 0.2rem;
align-items: center;
}

Expand Down
18 changes: 14 additions & 4 deletions app/components/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const Sponsors = () => {
<div>
<a target="_blank" href="https://www.ukgovcamp.com">
<Image
width={170}
height={66}
width={163}
height={65}
alt="Thank you to UKGovCamp for sponsoring this event"
src="/ukgovchamp.png"
/>
Expand All @@ -34,13 +34,23 @@ const Sponsors = () => {
<div>
<a target="_blank" href="https://basis.co.uk/">
<Image
width={170}
height={66}
width={163}
height={65}
alt="Thank you to Basis for sponsoring this event"
src="/basis.png"
/>
</a>
</div>
<div>
<a target="_blank" href="https://torchbox.com/">
<Image
width={153}
height={55}
alt="Thank you to Torchbox for sponsoring this event"
src="/torchbox.png"
/>
</a>
</div>
</div>

<div className="sponsor-grid">
Expand Down
Binary file added public/torchbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e2a7d0

Please sign in to comment.