File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ module.exports = {
330
330
})
331
331
Array .from (document .querySelectorAll (' .dot' ))
332
332
.forEach ((dot , idx ) => {
333
- if (idx === this .slideIndex ) dot .classList .add (' active' )
334
- else dot .classList .remove (' active' )
333
+ if (idx === this .slideIndex ) dot .classList .add (' active-slide ' )
334
+ else dot .classList .remove (' active-slide ' )
335
335
})
336
336
}
337
337
}
@@ -1019,7 +1019,7 @@ img.logo {
1019
1019
transition : background-color 0.2s ease ;
1020
1020
}
1021
1021
1022
- .active , .dot :hover {
1022
+ .active-slide , .dot :hover {
1023
1023
cursor : pointer ;
1024
1024
background-color : #5b152e ;
1025
1025
}
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ <h1>Update Juncture site</h1>
188
188
console . log ( window . location )
189
189
const ENV = window . location . hostname === 'localhost' || window . location . hostname . indexOf ( 'gitpod' ) > 0 ? 'DEV' : 'PROD'
190
190
let isJuncture = window . location . hostname . indexOf ( 'juncture-digital.org' ) === 0 || ENV === 'DEV'
191
- const junctureVersion = 'v0.4.4 '
191
+ const junctureVersion = 'v0.4.5 '
192
192
let junctureVersionHash
193
193
194
194
const referrerUrl = document . referrer
You can’t perform that action at this time.
0 commit comments