mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 11:15:43 +03:00
Fix wrong icon size
This commit is contained in:
parent
ffb7ce1c63
commit
b913c8817d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ function NavMenu(props) {
|
||||||
</MenuLink>
|
</MenuLink>
|
||||||
)}
|
)}
|
||||||
<MenuLink to="/catchup">
|
<MenuLink to="/catchup">
|
||||||
<Icon icon="history" />
|
<Icon icon="history" size="l" />
|
||||||
<span>Catch-up</span>
|
<span>Catch-up</span>
|
||||||
</MenuLink>
|
</MenuLink>
|
||||||
<MenuLink to="/mentions">
|
<MenuLink to="/mentions">
|
||||||
|
|
Loading…
Reference in a new issue