Skip to content

Commit 61abab4

Browse files
authored
Merge pull request #284 from oasisprotocol/csillag/add-rofl-banner
Replace NEBY DEX banner with big ROFL App banner
2 parents a674258 + be0130e commit 61abab4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.changelog/281.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace NEBY DEX banner with big ROFL App banner

discover/src/constants/config.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { CardConfig } from '@oasisprotocol/rose-app-ui/discover'
33
export const CARDS_CONFIG: { featured: CardConfig[]; dApps: CardConfig[]; tooling: CardConfig[] } = {
44
featured: [
55
{
6-
title: 'NEBY',
7-
type: 'DEX',
8-
imgSrc: 'https://assets.oasis.io/rose-app-discover/Neby.jpg',
9-
externalLink: 'https://www.neby.exchange/',
6+
title: 'ROFL',
7+
type: 'Verifiable off-chain apps in TEE',
8+
imgSrc: 'https://assets.oasis.io/rose-app-discover/Rofl.jpg',
9+
externalLink: 'https://rofl.app',
1010
},
1111
{
1212
title: 'Accumulated Finance',
@@ -82,6 +82,12 @@ export const CARDS_CONFIG: { featured: CardConfig[]; dApps: CardConfig[]; toolin
8282
imgSrc: 'https://assets.oasis.io/rose-app-discover/Daosis.jpg',
8383
externalLink: 'https://daosis.io/',
8484
},
85+
{
86+
title: 'NEBY',
87+
type: 'DEX',
88+
imgSrc: 'https://assets.oasis.io/rose-app-discover/Neby.jpg',
89+
externalLink: 'https://www.neby.exchange/',
90+
},
8591
],
8692
tooling: [
8793
{

0 commit comments

Comments
 (0)