Skip to content

Commit

Permalink
feat: add data orchard logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahouazzane committed Jul 19, 2024
1 parent 4036984 commit 681011e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Sponsors/Sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
flex-wrap: wrap;
justify-content: center;
column-gap: 20px;
row-gap: 2px;
row-gap: 10px;
max-width: 470px;
margin: 1rem 0.2rem;
align-items: center;
Expand Down
10 changes: 10 additions & 0 deletions app/components/Sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ const Sponsors = () => {
/>
</a>
</div>
<div>
<a target="_blank" href="https://www.dataorchard.org.uk/">
<Image
width={75}
height={55}
alt="Thank you to Data Orchard for sponsoring this event"
src="/data-orchard.png"
/>
</a>
</div>
</div>
</div>
</div>
Expand Down
Binary file added public/data-orchard.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 681011e

Please sign in to comment.