Skip to content

Commit

Permalink
fix: remove broken link (#42)
Browse files Browse the repository at this point in the history
Embark is now defunct. See https://embarklabs.io/
  • Loading branch information
jeluard authored Dec 27, 2023
1 parent b357095 commit 4b2b01d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Components/Subpages/UsedBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Typography } from "@chainsafe/common-components";
import truffle from "../../assets/images/truffle.png"
import remix from "../../assets/images/remix.png"
import oz from "../../assets/images/oz.png"
import embark from "../../assets/images/embark.svg"
import dydx from "../../assets/images/dydx.svg"

const useStyles = makeStyles(
Expand Down Expand Up @@ -119,9 +118,6 @@ const UsedBy: React.FC = () => {
<a className={classes.link} href="https://remix.ethereum.org/" target="_blank" rel="noopener noreferrer">
<img className={classes.logo} src={remix} alt="Remix" />
</a>
<a className={classes.link} href="https://framework.embarklabs.io/" target="_blank" rel="noopener noreferrer">
<img className={classes.logo} src={embark} alt="Embark" />
</a>
<a className={classes.link} href="https://dydx.exchange/" target="_blank" rel="noopener noreferrer">
<img className={classes.logo} src={dydx} alt="DyDx" />
</a>
Expand All @@ -132,4 +128,4 @@ const UsedBy: React.FC = () => {
)
}

export default UsedBy;
export default UsedBy;

0 comments on commit 4b2b01d

Please sign in to comment.