mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 03:05:41 +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 to="/catchup">
|
||||
<Icon icon="history" />
|
||||
<Icon icon="history" size="l" />
|
||||
<span>Catch-up</span>
|
||||
</MenuLink>
|
||||
<MenuLink to="/mentions">
|
||||
|
|
Loading…
Reference in a new issue