File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,9 @@ import nethermind from "@/public/images/upgrades/nethermind.png"
48
48
import nimbus from "@/public/images/upgrades/nimbus-cloud.png"
49
49
import prysm from "@/public/images/upgrades/prysm.png"
50
50
import reth from "@/public/images/upgrades/reth.png"
51
+ import solidity from "@/public/images/upgrades/solidity.png"
51
52
import tekuDark from "@/public/images/upgrades/teku-dark.png"
52
53
import tekuLight from "@/public/images/upgrades/teku-light.png"
53
-
54
- import solidity from "@/public/images/upgrades/solidity.png"
55
54
import vyper from "@/public/images/upgrades/vyper.png"
56
55
57
56
const Page = ( props : ChildOnlyProp ) => (
@@ -478,7 +477,7 @@ const BugBountiesPage = () => {
478
477
image : vyper ,
479
478
} ,
480
479
]
481
-
480
+
482
481
const iconImageProps = {
483
482
width : 60 ,
484
483
}
You can’t perform that action at this time.
0 commit comments