Skip to content

Commit f7a8a47

Browse files
committed
chore: auto-linter
1 parent 7c2ca06 commit f7a8a47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/bug-bounty.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ import nethermind from "@/public/images/upgrades/nethermind.png"
4848
import nimbus from "@/public/images/upgrades/nimbus-cloud.png"
4949
import prysm from "@/public/images/upgrades/prysm.png"
5050
import reth from "@/public/images/upgrades/reth.png"
51+
import solidity from "@/public/images/upgrades/solidity.png"
5152
import tekuDark from "@/public/images/upgrades/teku-dark.png"
5253
import tekuLight from "@/public/images/upgrades/teku-light.png"
53-
54-
import solidity from "@/public/images/upgrades/solidity.png"
5554
import vyper from "@/public/images/upgrades/vyper.png"
5655

5756
const Page = (props: ChildOnlyProp) => (
@@ -478,7 +477,7 @@ const BugBountiesPage = () => {
478477
image: vyper,
479478
},
480479
]
481-
480+
482481
const iconImageProps = {
483482
width: 60,
484483
}

0 commit comments

Comments
 (0)