Skip to content

Commit

Permalink
UI Updates: oETH -> ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Aug 29, 2024
1 parent 0700119 commit cb1f619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export const Header = () => (
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
<meta
name="description"
content="Funding BuidlGuidl Mercs with oETH streams for quietly having important impact on Ethereum."
content="Funding BuidlGuidl Mercs with ETH streams for quietly having important impact on Ethereum."
/>
<meta property="og:title" content="Mercs" />
<meta
property="og:description"
content="Funding BuidlGuidl Mercs with oETH streams for quietly having important impact on Ethereum."
content="Funding BuidlGuidl Mercs with ETH streams for quietly having important impact on Ethereum."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://mercs.buidlguidl.com/thumbnail.png" />
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home: NextPage = () => {
<Link href="/members" className="link link-primary">
BuidlGuidl Mercs
</Link>{" "}
with oETH streams for quietly having important impact on Ethereum.
with ETH streams for quietly having important impact on Ethereum.
</p>
{/* <p>
<
Expand Down

0 comments on commit cb1f619

Please sign in to comment.