Skip to content

Commit

Permalink
fix: put the correct link on github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
diksown committed Jul 16, 2023
1 parent 729eb30 commit 6d4a539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ body {
/* idk why, but font-awesome is in italic by default */
i {
font-style: normal;
color: var(--font-color);
}

.material-icons {
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
<div class="fact-wrapper">
<div class="navbar">
<div class="navbar-left">
<i class="fab fa-github"></i>
<a href="https://github.com/diksown/touristfacts">
<i class="fab fa-github"></i>
</a>
</div>
<div class="navbar-right">
<span class="material-icons" id="prev">arrow_back</span>
Expand Down

0 comments on commit 6d4a539

Please sign in to comment.