File tree Expand file tree Collapse file tree 4 files changed +45
-52
lines changed Expand file tree Collapse file tree 4 files changed +45
-52
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const Nav = () => {
42
42
aria-label = { t ( "home" ) }
43
43
className = "inline-flex items-center no-underline"
44
44
>
45
- < EthHomeIcon opacity = { 0.85 } _hover = { { opacity : 1 } } />
45
+ < EthHomeIcon className = "h-[35px] w-[22px] opacity-85 hover:opacity-100" />
46
46
</ BaseLink >
47
47
{ /* Desktop */ }
48
48
< div className = "ms-3 flex w-full justify-end md:justify-between xl:ms-8" >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
// General Icons
2
- import { EthHomeIcon } from "./EthHomeIcon "
2
+ import EthHomeIcon from "./eth-home-icon.svg "
3
3
import FeedbackGlyphIcon from "./feedback-glyph-icon.svg"
4
4
import FeedbackThumbsUpIcon from "./feedback-thumbs-up-icon.svg"
5
5
import { HighlightDarkIcon } from "./HighlightDarkIcon"
You can’t perform that action at this time.
0 commit comments