Skip to content

Commit d9573a1

Browse files
fix(development): logo img
1 parent 2919287 commit d9573a1

File tree

5 files changed

+1
-27
lines changed

5 files changed

+1
-27
lines changed

.eslintignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.prettierignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"module": "dist/index.js",
77
"typings": "lib/index.d.ts",
88
"scripts": {
9-
"commit": "simple-commit-message",
109
"start": "start-storybook -p 6006",
1110
"build": "npm run build:lib && npm run build:dist ",
1211
"build:lib": "rimraf lib && webpack --config webpack.config.js",
@@ -24,17 +23,6 @@
2423
"type": "git",
2524
"url": "https://github.com/FullstackWEB-developer/dcl-ui.git"
2625
},
27-
"release": {
28-
"branches": [
29-
"master"
30-
],
31-
"plugins": [
32-
"@semantic-release/commit-analyzer",
33-
"@semantic-release/release-notes-generator",
34-
"@semantic-release/github",
35-
"@semantic-release/npm"
36-
]
37-
},
3826
"keywords": [
3927
"dcl",
4028
"ui",

src/components/Logo/Logo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
width: 36px;
44
height: 36px;
55
border-radius: 100%;
6-
background-image: url('../../assets/logo.png');
6+
background-image: url('../../images/logo.png');
77
background-size: contain;
88
}
99

File renamed without changes.

0 commit comments

Comments
 (0)