Skip to content

Commit

Permalink
Updated logos and icons for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchas committed Aug 25, 2022
1 parent 7bc806e commit b03df8c
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 4 deletions.
Binary file removed public/img/icons/favicon-16x16.png
Binary file not shown.
Binary file removed public/img/icons/favicon-32x32.png
Binary file not shown.
Binary file added public/img/icons/favicon-52.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 added public/img/icons/icon-192.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 public/img/icons/icon-192x192.png
Binary file not shown.
Binary file added public/img/icons/icon-512.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 public/img/icons/icon-512x512.png
Binary file not shown.
Binary file modified public/img/meta/facebook.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 modified public/img/meta/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<meta name="keywords" content="" />
<meta name="theme-color" content="#FFFFFF">
<!-- Icons -->
<link rel="shortcut icon" href="/img/icons/favicon-32x32.png">
<link rel="shortcut icon" href="/img/icons/favicon-52.png">
<!-- Icon -->
<link rel="apple-touch-icon" href="/img/icons/icon-192.png"/>

<!-- CDN Imports -->
<!-- Font Awesome -->
Expand Down Expand Up @@ -88,7 +90,7 @@
<!-- Print Area for PDF content -->
<div id="printArea"></div>
<div id="printFooter">
<span>Made at Keyframes.app <img src="/img/icons/icon-192x192.png"/></span>
<span>Made at Keyframes.app <img src="/img/icons/icon-192.png"/></span>
</div>


Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

"icons": [
{
"src": "./img/icons/icon-192x192.png",
"src": "./img/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/icon-512x512.png",
"src": "./img/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
Binary file modified src/assets/branding/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/branding/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/branding/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/branding/logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit b03df8c

@vercel
Copy link

@vercel vercel bot commented on b03df8c Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

keyframes – ./

keyframes.vercel.app
keyframes-mitchas.vercel.app
keyframes-git-master-mitchas.vercel.app
keyframes.app

Please sign in to comment.