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