Skip to content

Commit

Permalink
Change display/hide times of Big Give banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ngm committed Apr 19, 2023
1 parent 3868525 commit bdc210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/DashboardBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
bannerActive() {
var now = moment()
return now.isAfter('2023-04-20 00:01') && now.isBefore('2023-04-27 23:59')
return now.isAfter('2023-04-20 12:00') && now.isBefore('2023-04-27 12:00')
},
show() {
let ret = true
Expand Down

0 comments on commit bdc210f

Please sign in to comment.