Skip to content

Commit df79061

Browse files
committed
Update adv weights
1 parent 90f147f commit df79061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/constants/advertising.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const advertisements = [
66
header: 'Try out Celenium API',
77
body: 'The power of Celestia: Scalable, Secure and Modular Blockchain.',
88
footer: 'Get started',
9-
weight: 0.5,
9+
weight: 0.4,
1010
},
1111
{
1212
name: 'celenium_survey',
@@ -15,7 +15,7 @@ const advertisements = [
1515
header: 'Celenium survey',
1616
body: 'Please take 5 minutes of your time and answer a few questions.',
1717
footer: 'Take the survey',
18-
weight: 1.1,
18+
weight: 0.3,
1919
},
2020
{
2121
name: 'lumina',
@@ -24,7 +24,7 @@ const advertisements = [
2424
header: 'Your Own Node',
2525
body: 'Easily launch a node right in your browser or on your phone.',
2626
footer: 'Run Light Node',
27-
weight: 0.5,
27+
weight: 0.3,
2828
},
2929
{
3030
name: 'celestia_update',

0 commit comments

Comments
 (0)