Skip to content

Commit

Permalink
remove translation module
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jun 18, 2024
1 parent 59b8d46 commit a7328f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Components/Subpages/Maintainers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import { createStyles, ITheme, makeStyles } from "@chainsafe/common-theme";
import { Typography } from "@chainsafe/common-components";
import clsx from "clsx";
import { Trans } from "@lingui/macro";
import chainsafe from "../../assets/images/chainsafe.png"
import ethereum from "../../assets/images/ethereumjs.png"
import samuel from "../../assets/images/samuel.jpeg"
Expand Down Expand Up @@ -138,9 +137,7 @@ const Maintainers = (): JSX.Element => {
<div className={classes.gridContainer}>
<div className={classes.titleContainer}>
<Typography variant="body1" className={clsx(classes.bodyText)}>
<Trans>
Since 2014, Web3.js has existed as an open-source collection of libraries that allow you to interact with a local or remote Ethereum node. Throughout its rich history, Web3.js would not have been possible without the vision, expertise and contributions made by committed individuals and organizations throughout the years.
</Trans>
</Typography>
</div>
<span className={classes.timelineItem}>
Expand Down

0 comments on commit a7328f2

Please sign in to comment.