Skip to content

Commit

Permalink
added DAO DAO app
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Dec 18, 2024
1 parent 09c93c0 commit 59d36a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added apps/dapp/public/apps/daodao.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 apps/sda/public/apps/daodao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/utils/constants/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import { DaoApp as DaoApp } from '@dao-dao/types'
import { MAINNET } from './env'

export const DAO_APPS: DaoApp[] = [
{
name: 'DAO DAO',
imageUrl: '/apps/daodao.png',
url: 'https://daodao.zone',
},
{
name: 'Osmosis',
imageUrl: 'https://app.osmosis.zone/images/preview.jpg',
Expand Down

0 comments on commit 59d36a4

Please sign in to comment.