Skip to content

Commit

Permalink
switch favicon to png
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Oct 27, 2024
1 parent 8a26d30 commit b72631d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ find data -name '*.yml' | while IFS= read -r filename
do
js-yaml "$filename" | tr -d '\n ' >"dist/${filename%.*}.json"
done
cp index.html index.css favicon.ico dist/
cp index.html index.css favicon.png dist/
cp -r img/ dist/
Binary file removed favicon.ico
Binary file not shown.
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Mario Kart Optimizer</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="description" content="A simple online tool to optimize your Mario Kart build" />
<link rel="icon" href="./favicon.ico" />
<link rel="icon" href="./favicon.png" />
<link rel="stylesheet" href="./index.css" />
<script type="module" src="src/index.js"></script>
</head>
Expand Down

0 comments on commit b72631d

Please sign in to comment.