Skip to content

Commit

Permalink
Merge pull request smartcontractkit#3349 from smartcontractkit/featur…
Browse files Browse the repository at this point in the history
…e/174572356-Add-User-Zapper

Add User Zapper
  • Loading branch information
rupurt authored Sep 4, 2020
2 parents acd5fc3 + 42041ab commit 3f9326c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file modified design/sponsorslogos.sketch
Binary file not shown.
8 changes: 8 additions & 0 deletions feeds/src/assets/sponsors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import dydx from './dydx.png'
import definer from './definer.png'
import bitrue from './bitrue.png'
import dodo from './dodo.png'
import zapper from './zapper.png'

// Listing Thumbnails

Expand Down Expand Up @@ -77,6 +78,7 @@ import dydxTn from './dydx_tn.png'
import definerTn from './definer_tn.png'
import bitrueTn from './bitrue_tn.png'
import dodoTn from './dodo_tn.png'
import zapperTn from './zapper_tn.png'

export interface SponsorListItem {
name: string
Expand Down Expand Up @@ -308,4 +310,10 @@ export const sponsorList: SponsorListItem[] = [
imageLg: dodo,
imageTn: dodoTn,
},
{
name: 'Zapper',
url: 'http://zapper.fi',
imageLg: zapper,
imageTn: zapperTn,
},
]
Binary file added feeds/src/assets/sponsors/zapper.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 feeds/src/assets/sponsors/zapper_tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f9326c

Please sign in to comment.