Skip to content

Commit

Permalink
FEAT: Update Storybook favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Ward committed Oct 5, 2020
1 parent d6b1308 commit f90029b
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link
rel="apple-touch-icon-precomposed"
type="image/png"
sizes="144x144"
href="/chroma@2x.png"
/>
<link
rel="apple-touch-icon-precomposed"
type="image/png"
sizes="114x114"
href="/chroma@2x.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/android-icon-512x512.png"
/>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"postbuild:write-svgs": "ts-node --project tsconfig.build.json write-svgs.tsx",
"docs:build": "build-storybook -c .storybook",
"docs:deploy": "storybook-to-ghpages",
"docs:start": "start-storybook -p 9001 -c .storybook",
"docs:start": "start-storybook -p 9001 -c .storybook -s public",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"watch": "run-p \"build:* -- --watch\"",
"clean": "rm -rf dist/ deploy/docs",
Expand Down
Binary file added public/android-chrome-192x192.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/android-chrome-512x512.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/apple-touch-icon.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/chroma@2x.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/favicon-16x16.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/favicon-32x32.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/favicon.ico
Binary file not shown.

0 comments on commit f90029b

Please sign in to comment.