Skip to content

Commit

Permalink
fix: favicon logo to be square
Browse files Browse the repository at this point in the history
The current favicon logo is rectangle which results in distortion when
displaying on the browser's tab.
  • Loading branch information
joeltio committed Dec 28, 2024
1 parent 5e44e54 commit 596f1cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed assets/images/favicon.ico
Binary file not shown.
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<title>GeeksHacking</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="assets/images/logo.png" />
<link rel="shortcut icon" type="image/icon" href="assets/images/favicon.png" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/4f3b42c215.js" crossorigin="anonymous"></script>
<!-- Bootstrap -->
Expand Down

0 comments on commit 596f1cc

Please sign in to comment.