Skip to content

Commit

Permalink
Cindy/add ahrefs (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 authored Jun 18, 2024
1 parent 59b8d46 commit 1fe718d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/web3js.png" />
<meta name="ahrefs-site-verification" content="fbc444205bf069fdb35a0ec4ab531600b1ad58c482bf0a5f9f54c15798f6f0c1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="The most comprehensive Ethereum API" />
Expand Down
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 1fe718d

Please sign in to comment.