mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-06 06:07:33 +02:00
Fix logo size
This commit is contained in:
@@ -30,7 +30,7 @@ const Header: React.FC<{}> = () => {
|
|||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="header__nav">
|
<div className="header__nav">
|
||||||
<Link to="/">
|
<Link to="/">
|
||||||
<img src="/assets/logo.svg" />
|
<img src="/assets/logo.svg" height="64" width="64" alt="CSS Layout" />
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/patterns">Patterns</Link>
|
<Link to="/patterns">Patterns</Link>
|
||||||
<a href="https://github.com/phuoc-ng/csslayout">{totalStars}★</a>
|
<a href="https://github.com/phuoc-ng/csslayout">{totalStars}★</a>
|
||||||
|
Reference in New Issue
Block a user