Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
hotfix on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
akisblack committed Jun 4, 2021
1 parent 0aae4b9 commit 4ea3bdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a href="index.html" class="topnav-links"><i class="mdi mdi-home-outline"></i> Home</a>
<a href="episodes.html" class="topnav-links"><i class="mdi mdi-video-outline"></i> PGBR Episodes</a>
<a href="about.html" class="topnav-links"><i class="mdi mdi-account-supervisor-outline"></i> About Us</a>
<a href="src/wiki/index.html" class="topnav-links"><i class="mdi mdi-book-outline"></i> Wiki</a>
<a href="https://petergriffingang.github.io/wiki" class="topnav-links"><i class="mdi mdi-book-outline"></i> Wiki</a>
</div>

<div id="container">
Expand Down
2 changes: 1 addition & 1 deletion episodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a href="index.html" class="topnav-links"><i class="mdi mdi-home-outline"></i> Home</a>
<a href="episodes.html" class="topnav-links"><i class="mdi mdi-video-outline"></i> PGBR Episodes</a>
<a href="about.html" class="topnav-links"><i class="mdi mdi-account-supervisor-outline"></i> About Us</a>
<a href="src/wiki/index.html" class="topnav-links"><i class="mdi mdi-book-outline"></i> Wiki</a>
<a href="https://petergriffingang.github.io/wiki" class="topnav-links"><i class="mdi mdi-book-outline"></i> Wiki</a>
</div>

<div id="container">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<a href="index.html" class="topnav-links"><i class="mdi mdi-home-outline"></i> Home</a>
<a href="episodes.html" class="topnav-links"><i class="mdi mdi-video-outline"></i> PGBR Episodes</a>
<a href="about.html" class="topnav-links"><i class="mdi mdi-account-supervisor-outline"></i> About Us</a>
<a href="src/wiki/index.html" class="topnav-links"><i class="mdi mdi-book-outline"></i> Wiki</a>
<a href="https://petergriffingang.github.io/wiki" class="topnav-links"><i class="mdi mdi-book-outline"></i> Wiki</a>
</div>

<div id="container">
Expand Down

0 comments on commit 4ea3bdc

Please sign in to comment.