Skip to content

Commit

Permalink
add vanguard thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Dec 10, 2024
1 parent a1a8805 commit c398039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added public/images/nfts/vanguard-cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/nfts/vanguard-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions src/app/communities/communityUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface CommunityItem {
isMintable?: boolean
}

export const firstCommunity = {
export const earlyAdoptersCommunity = {
leftImageSrc: '/images/ea-nft-dog.png',
title: 'Early Adopters',
subtitle: 'DeFi',
Expand Down Expand Up @@ -115,14 +115,14 @@ export const ogFoundersExternalContributors = {
}

export const vanguardCommunity = {
leftImageSrc: '/images/nfts/vanguard-thumb.png',
leftImageSrc: '/images/nfts/vanguard-thumb.jpg',
title: 'Vanguard',
subtitle: 'DeFi',
description:
'The Voting Vanguards are the daring cosmonauts of RootstockCollective, charting new frontiers in decentralized governance. To join their ranks, you must engage in DAO voting and help guide the ecosystem toward shared prosperity.',
nftAddress: nftContracts.VANGUARD,
numberOfMembers: 0,
cover: '/images/nfts/vanguard-cover.png',
cover: '/images/nfts/vanguard-cover.jpg',
isMintable: true,
longDescription: (
<>
Expand All @@ -145,10 +145,11 @@ export const vanguardCommunity = {
}

export const communitiesToRender = [
firstCommunity,
earlyAdoptersCommunity,
ogFounders,
ogFoundersEcosystemPartners,
ogFoundersExternalContributors,
vanguardCommunity,
]

export const communitiesMapByContract = communitiesToRender.reduce<Record<string, CommunityItem>>(
Expand Down

0 comments on commit c398039

Please sign in to comment.