File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 130
130
131
131
fetch ( 'https://opencollective.com/opensourcebim.json' ) . then ( r => r . json ( ) ) . then ( d => {
132
132
let monthly = d . yearlyIncome / 12 / 100. ;
133
- let percentage = monthly / 2500 * 100 ;
133
+ let percentage = monthly / 5000 * 100 ;
134
134
var amountRaisedElements = document . getElementsByClassName ( 'amount-raised' ) ;
135
135
for ( var i = 0 ; i < amountRaisedElements . length ; i ++ ) {
136
136
amountRaisedElements [ i ] . textContent = '$' + monthly . toFixed ( 0 ) ;
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ <h3> Bonsai is made possible by you </h3>
62
62
< span class ="border-1 ">
63
63
< span class ="border-2 width-50 "> </ span >
64
64
</ span >
65
- < span class ="first-text "> < strong class ="amount-raised "> $</ strong > raised of < strong > $2,500 </ strong > goal per month </ span >
65
+ < span class ="first-text "> < strong class ="amount-raised "> $</ strong > raised of < strong > $5,000 </ strong > goal per month </ span >
66
66
</ p >
67
67
</ div >
68
68
</ div >
Original file line number Diff line number Diff line change 72
72
</ ul >
73
73
< div class ="menu-right-options ms-auto ">
74
74
< p >
75
- < strong class ="amount-raised " style ="margin-right: 5px; "> $</ strong > / $2,500 funded
75
+ < strong class ="amount-raised " style ="margin-right: 5px; "> $</ strong > / $5,000 funded
76
76
< a href ="https://opencollective.com/opensourcebim ">
77
77
< span class ="border-1 ">
78
78
< span class ="progress-bar " id ="progress-bar " data-status ="0% " aria-label ="Progress bar. "> </ span >
You can’t perform that action at this time.
0 commit comments