Skip to content

Commit

Permalink
Update DAOs featured (#19)
Browse files Browse the repository at this point in the history
* chore: remove serum, friktion

* chore: add helium

* chore: add helium as community

* chore: dual and psy

* chore: copy
  • Loading branch information
asktree authored Jul 18, 2023
1 parent 930e7e3 commit 002aec7
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 13 deletions.
Binary file added public/assets/dao/blue-blank.png
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/assets/dao/blue-dual.png
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/assets/dao/blue-helium.png
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/assets/dao/blue-psy.png
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/assets/dao/integration-blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/dao/integration-friktion.png
Binary file not shown.
Binary file added public/assets/dao/integration-helium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/dao/integration-serum.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/ManagingDAOs/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const CONFIG = [
{[
{ src: '/assets/dao/integration-mango.png', title: 'Mango' },
{ src: '/assets/dao/integration-marinade.png', title: 'Marinade' },
{ src: '/assets/dao/integration-serum.png', title: 'Serum' },
{ src: '/assets/dao/integration-cardinal.png', title: 'Cardinal' },
].map((integration) => (
<Tooltip text={integration.title} key={integration.src}>
{/* Tooltips rely on :before and :after pseudo-elements to
Expand All @@ -75,7 +75,7 @@ const CONFIG = [
))}
</div>
<div className='max-w-[202px] text-xs opacity-70'>
Integrations include Cardinal, Marinade, Friktion, Solend & more
Integrations include Mango, Marinade, Cardinal & more
</div>
</div>
),
Expand Down
8 changes: 5 additions & 3 deletions src/components/Metrics/CommunitiesThriving.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ import Content from './Content';
import Section from './Section';

const DAOS = [
{ src: '/assets/dao/blue-grape.png', title: 'GRAPE' },
{ src: '/assets/dao/blue-uxd.png', title: 'UXDProtocol' },
{ src: '/assets/dao/blue-mango.png', title: 'Mango DAO' },
{ src: '/assets/dao/blue-helium.png', title: 'Helium' },
{ src: '/assets/dao/blue-dual.png', title: 'DUAL' },
{ src: '/assets/dao/blue-psy.png', title: 'PsyFinance' },
{ src: '/assets/dao/blue-grape.png', title: 'GRAPE' },
{ src: '/assets/dao/blue-monke.png', title: 'MonkeDAO' },
{ src: '/assets/dao/blue-ukraine.png', title: 'Ukraine.SOL' },
{ src: '/assets/dao/blue-ledao.png', title: 'Le DAO' },
] as const;

interface Props {
Expand Down Expand Up @@ -54,7 +56,7 @@ export default function CommunitiesThriving(props: Props) {
))}
</div>
</Content>
<Text>Grape, UXD, Mango, Monkes & 800+ more DAOs</Text>
<Text>UXD, Mango, Helium & 800+ more DAOs</Text>
</Section>
);
}
3 changes: 1 addition & 2 deletions src/components/Metrics/DeeperIntegrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import Section from './Section';
const INTEGRATIONS = [
{ src: '/assets/dao/integration-mango.png', title: 'Mango' },
{ src: '/assets/dao/integration-marinade.png', title: 'Marinade' },
{ src: '/assets/dao/integration-helium.png', title: 'Helium' },
{ src: '/assets/dao/integration-solend.png', title: 'Solend' },
{ src: '/assets/dao/integration-cardinal.png', title: 'Cardinal' },
{ src: '/assets/dao/integration-serum.png', title: 'Serum' },
{ src: '/assets/dao/integration-friktion.png', title: 'Friktion' },
{ src: '/assets/dao/integration-notifi.png', title: 'Notifi' },
{ src: '/assets/dao/integration-dialect.png', title: 'Dialect' },
] as const;
Expand Down
7 changes: 1 addition & 6 deletions src/components/RealmsCommunity/items/allocateTreasury.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,9 @@ const ALLOCATE_TREASURY: Omit<Props, 'alignment' | 'className' | 'index'> = {
className='h-[50px] w-[50px]'
src='/assets/dao/integration-solend.png'
/>
<img
alt='Friktion'
className='h-[50px] w-[50px]'
src='/assets/dao/integration-friktion.png'
/>
</div>
<div className='max-w-[245px] text-xs opacity-50'>
Integrations include Mango, Marinade, Friktion, and Solend
Integrations include Mango, Marinade, Solend & more
</div>
</div>
),
Expand Down

1 comment on commit 002aec7

@vercel
Copy link

@vercel vercel bot commented on 002aec7 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.