Skip to content

Commit

Permalink
Merge pull request #14 from joeltio/fix/favicon-square
Browse files Browse the repository at this point in the history
fix: favicon logo to be square
  • Loading branch information
rogeryeosgit authored Dec 31, 2024
2 parents 5e44e54 + 596f1cc commit 166d51b
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 166d51b

Please sign in to comment.