Skip to content

Commit

Permalink
Banner 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KyungeunKim committed Feb 8, 2024
1 parent 120edf5 commit 11add20
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions dapp/banner-list.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
[
{
"name": "Topper",
"title": "Topper Event",
"bgColor": "#131720",
"externalWindow": false,
"endTimestamp": 1707652800000,
"preRelease": true,
"locale": {
"en": {
"description": "",
"link": "http://discovery.dcentwallet.com/buysell",
"imagePath": "topper-app_380x160_EN.png",
"imagePath_480": "topper-app_480x160_EN.png"
}
}
},
{
"name": "XRP-Giveaway-Event",
"title": "XRP Giveaway Event",
"bgColor": "#7583FA",
"externalWindow": true,
"endTimestamp": 0,
"endTimestamp": 1708905600000,
"locale": {
"en": {
"description": "",
Expand Down Expand Up @@ -71,6 +87,7 @@
"title": "D'CENT",
"bgColor": "#252525",
"externalWindow": true,
"preRelease": true,
"locale": {
"en": {
"description": "<b>Join us</b> and<br/> never miss an update!",
Expand All @@ -96,7 +113,8 @@
"name": "youtube",
"title": "D'CENT",
"bgColor": "#FF0000",
"externalWindow": true,
"externalWindow": true,
"preRelease": true,
"locale": {
"en": {
"description": "Welcome Newbies!<br/> Here’s <b>D’CENT tutorial</b>",
Expand Down

0 comments on commit 11add20

Please sign in to comment.