Skip to content

Commit 308fa2a

Browse files
author
Валерий Алексеев
committed
Revert "Fix image urls"
This reverts commit c214433.
1 parent c214433 commit 308fa2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/component/BadgeForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class BadgeForm extends Component{
8787
{this.state.type == "banner" &&
8888
<div className={"banner"} style={{...position}}>
8989
<Typography variant="h6">
90-
<img src='./image/logo_dark.png' />
90+
<img src='../image/logo_dark.png' />
9191
<span>Мы против<br/>репрессий</span>
9292
</Typography>
9393
</div> }

src/component/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Header extends Component{
1616
<AppBar position="static" color="default" elevation={0} className="header">
1717

1818
<Toolbar>
19-
<img src='./image/logo_dark.png' width="35px"/>
19+
<img src='../image/logo_dark.png' width="35px"/>
2020
<Typography variant="h6" className="header_title">
2121
Мы против политических репрессий
2222
</Typography>

0 commit comments

Comments
 (0)