Skip to content

Commit 4c8f46c

Browse files
authored
chore: add favicon (#1015)
1 parent cb6023d commit 4c8f46c

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

.storybook/manager-head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="icon" href="logo.png" />

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<h1 align="center">
2+
<img src="https://raw.githubusercontent.com/elastic/elastic-charts/master/public/logo.png" alt="elastic-charts logo" width="100" /><br />
23
Elastic Charts
34
</h1>
45
<p align="center">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"semantic-release": "semantic-release",
3939
"start": "yarn storybook",
4040
"start-docs": "start-storybook -p 8001 -c .storybook-docs --ci",
41-
"storybook": "RNG_SEED='elastic-charts' start-storybook -p 9001 -c .storybook --ci --no-version-updates",
42-
"storybook:build": "rm -rf .out && build-storybook -c .storybook -o .out",
41+
"storybook": "RNG_SEED='elastic-charts' start-storybook -s ./public -p 9001 -c .storybook --ci --no-version-updates",
42+
"storybook:build": "rm -rf .out && build-storybook -s ./public -c .storybook -o .out",
4343
"test": "jest --verbose --config jest.config.js",
4444
"test:tz": "yarn test:tz-utc && yarn test:tz-ny && yarn test:tz-jp",
4545
"test:tz-utc": "TZ=UTC jest --verbose --config=jest.tz.config.js",

public/logo.png

4.61 KB
Loading

public/logo.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)