Skip to content

Commit 2c3e1b3

Browse files
Merge pull request #56 from ThetaTauMiami/elizabeth-branch
Fix home button error in the footer
2 parents 80f50ab + ea5a702 commit 2c3e1b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/components/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1 class="social-h1">
3232
</div>
3333
<div class="col-lg-12 text-center">
3434
<p class="footer-links">
35-
<a href="/public">Home</a> ·
35+
<a href="index.html">Home</a> ·
3636
<a href="gallery.html">Gallery</a> ·
3737
<a href="events.html">Events</a> ·
3838
<a href="leadership.html">Leadership</a> ·

0 commit comments

Comments
 (0)