Skip to content

Commit 528e6d8

Browse files
committed
Forgot to put the href back in again.
1 parent 872f868 commit 528e6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nav-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class NavBar extends React.Component {
3232

3333
<ul className="flex-container">
3434
<li className="mobile-hide"><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH CODE OF CONDUCT</a></li>
35-
<li><a>GALLERY</a></li>
35+
<li><a href="https://brickhack.io/gallery/">GALLERY</a></li>
3636
</ul>
3737
</div>
3838
</div>

0 commit comments

Comments
 (0)