Skip to content

Commit

Permalink
Merge branch 'task/WP-209-Footer-Main-Menu' of github.com:TACC-Cloud/…
Browse files Browse the repository at this point in the history
…hazmapper into task/WP-209-Footer-Main-Menu
  • Loading branch information
sophia-massie committed Nov 22, 2024
2 parents 82c911a + 96bd1d0 commit 09dbad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react/src/pages/MainMenu/MainMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ const MainMenu = () => {
<a href="https://www.nsf.gov/">
<img
src="./src/assets/nsf.png"
alt="National Science Foundation webiste"
alt="National Science Foundation website"
width="60px"
/>
</a>
<a href="https://www.designsafe-ci.org/">
<img
src="./src/assets/designsafe.svg"
alt="NHERI DesignSafe webiste"
alt="NHERI DesignSafe website"
width="200px"
/>
</a>
<a href="https://www.designsafe-ci.org/about/">
<img src="./src/assets/nheri.png" alt="NHERI webiste" width="150px" />
<img src="./src/assets/nheri.png" alt="NHERI website" width="150px" />
</a>
</div>
</div>
Expand Down

0 comments on commit 09dbad7

Please sign in to comment.