Skip to content

Commit

Permalink
fixed back to acm button
Browse files Browse the repository at this point in the history
  • Loading branch information
IanBohanan committed Oct 25, 2023
1 parent 748fe39 commit db2daee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/IanBohanan/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Header extends HTMLElement {
</div>
<div>
<div class = "rectangle">
<a href="about.html">Back to ACM</a>
<a href="https://uah.acm.org/">Back to ACM</a>
</div>
<img src="./assets/buoy.svg" height="100px"/>
</div>
Expand Down

0 comments on commit db2daee

Please sign in to comment.