Skip to content

Commit

Permalink
Merge pull request #87 from neontribe/86-add-NPC
Browse files Browse the repository at this point in the history
feat: add new logo
  • Loading branch information
hannahouazzane authored Jul 5, 2024
2 parents e596070 + 9c92892 commit 4036984
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/components/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const Sponsors = () => {
/>
</a>
</div>

<div>
<a target="_blank" href="https://www.ukgovcamp.com">
<Image
Expand Down Expand Up @@ -64,6 +63,17 @@ const Sponsors = () => {
</div>

<div className="sponsor-grid">

<div>
<a target="_blank" href=" https://www.thinknpc.org/">
<Image
width={90}
height={45}
alt="Thank you to NPC for sponsoring this event"
src="/NPC.jpg"
/>
</a>
</div>
<div>
<a target="_blank" href="https://thirdsectorlab.co.uk/">
<Image
Expand All @@ -75,6 +85,7 @@ const Sponsors = () => {
</a>
</div>


<div>
<a target="_blank" href="https://nexergroup.com/">
<Image
Expand Down
Binary file added public/NPC.jpg
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 4036984

Please sign in to comment.