Skip to content

Commit 4052ced

Browse files
committed
fix: corrects topbar text and favicon
1 parent a101d7a commit 4052ced

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

public/favicon.ico

751 Bytes
Binary file not shown.

src/components/TopBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TopBar extends Component {
2828
return (
2929
<div id="top-bar" className="top-bar">
3030
<a href="/" className="top-bar-heading">
31-
<span style={{ fontSize: "30px", color: "#FED700", fontFamily: "Montserrat", fontWeight: "bold" }}>Urho Matti 4.0</span>
31+
<span style={{ fontSize: "25px", color: "#FED700", fontFamily: "Montserrat", fontWeight: "bold" }}>urho matti 4.0</span>
3232
</a>
3333
<MenuButton
3434
onClick={this.toggleMenuButton}

0 commit comments

Comments
 (0)