Skip to content

Commit

Permalink
Merge pull request #22 from quhacks/logos-n-stuff
Browse files Browse the repository at this point in the history
add wegmans logo
  • Loading branch information
rk234 authored Nov 12, 2023
2 parents 31f8c87 + 8e9384f commit 582fb35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added public/sponsors/wegmans.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/app/components/sponsors/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ export default function Sponsors() {
<a rel="noreferrer noopener" target='_blank' href="https://www.wolfram.com/">
<img style={{backgroundColor: "white", border: "10px solid white", borderRadius: "8px"}} src="sponsors/wolfram.png" />
</a>
<a rel="noreferrer noopener" target='_blank' href="https://www.wegmans.com/">
<img style={{backgroundColor: "white", border: "10px solid white", borderRadius: "8px"}} src="sponsors/wegmans.jpg" />
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 582fb35

Please sign in to comment.