Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove v3 partners to make room for v4 partners #28

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ const Home: NextPage<{
<p className="lg:mb-3 mt-12 lg:mt-8 text-sm">IN COLLABORATION WITH</p>
<div className="flex flex-col md:flex-row gap-7 items-center justify-center lg:justify-start">
<Image src="/assets/op-logo.svg" alt="Optimism logo" width={48} height={48} />
<Image src="/assets/aztek-logo.png" alt="Aztek logo" width={120} height={44} />
<Image src="/assets/starknet-logo.svg" alt="Starknet logo" width={152} height={35} />
</div>
<TrackedLink
id="co-fund-email"
Expand Down
Loading