File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ addons.setConfig({
10
10
// In order to override the default favicon, and inject a data hash link to the png
11
11
const link = document . createElement ( "link" )
12
12
link . setAttribute ( "rel" , "shortcut icon" )
13
- link . setAttribute ( "href" , favicon )
13
+ link . setAttribute ( "href" , favicon . src )
14
14
document . head . appendChild ( link )
Original file line number Diff line number Diff line change 1
1
import { create } from "@storybook/theming"
2
2
3
- // @ts -ignore
4
- import brandImage from "./preview-logo.svg"
5
-
6
3
export default create ( {
7
4
base : "dark" ,
8
5
@@ -11,7 +8,7 @@ export default create({
11
8
appBorderRadius : 4 ,
12
9
13
10
brandTitle : "Ethereum.org" ,
14
- brandImage,
11
+ brandImage : "./preview-logo.svg" ,
15
12
brandUrl : "https://www.ethereum.org" ,
16
13
17
14
barSelectedColor : "#ff7324" ,
You can’t perform that action at this time.
0 commit comments