Skip to content

Commit

Permalink
Update Header: shipyard >> media
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakGriffith committed Jun 10, 2024
1 parent 13854b5 commit d30d1e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ import { FaucetButton, RainbowKitCustomConnectButton } from "~~/components/scaff
export const Header = () => (
<>
<Head>
<title>BG Ship Yard | BuidlGuidl Grants</title>
<title>BG Media | BuidlGuidl Grants</title>
<link rel="icon" type="image/png" sizes="96x96" href="/favicon.png" />
<meta
name="description"
content="We're running an experiment to fund focused, high-leverage open-source work by providing streams to builders rewarding them for their ongoing contributions to BuidlGuidl and the Ethereum Ecosystem."
/>
<meta property="og:title" content="BG Ship Yard | BuidlGuidl Grants" />
<meta property="og:title" content="BG Media | BuidlGuidl Grants" />
<meta
property="og:description"
content="We're running an experiment to fund focused, high-leverage open-source work by providing a monthly UBI to
developers, handpicked by Carlos & BG Ship Yard, rewarding them for their ongoing contributions to
developers, rewarding them for their ongoing contributions to
BuidlGuidl and Ethereum Ecosystem."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:image" content="https://shipyard.buidlguidl.com/thumbnail.png" />
<meta property="twitter:image" content="https://shipyard.buidlguidl.com/thumbnail.png" />
<meta property="og:image" content="https://media.buidlguidl.com/thumbnail.png" />
<meta property="twitter:image" content="https://media.buidlguidl.com/thumbnail.png" />
</Head>
<div className="sticky lg:static top-0 navbar bg-base-100 min-h-0 flex-shrink-0 justify-between z-20 p-4 items-start">
<div className="flex-col items-start">
<p className="m-0 text-xl md:text-3xl font-bold text-secondary !leading-7">
<Link href="/">BG Ship Yard</Link>
<Link href="/">BG Media</Link>
</p>
<p className="m-0 text-secondary leading-5 opacity-50">BuidlGuidl Grants</p>
</div>
Expand Down

0 comments on commit d30d1e9

Please sign in to comment.