Skip to content

Commit

Permalink
Mobile homepage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NightScript370 committed Jul 30, 2024
1 parent c93aa18 commit 6b9414f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/flyers/shabbat.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ amudehHoraahCal.configSettings(true, settings.customTimes.tzeithIssurMelakha());
amudehHoraahCal.coreZC.setCandleLightingOffset(20);
const rYisraeliCal = new rYisraelizmanim(fallbackGL);

const shabbatDate = KosherZmanim.Temporal.Now.plainDateISO().with({ day: 27 });
const shabbatDate = KosherZmanim.Temporal.Now.plainDateISO().with({ month: 8, day: 3 });
const jCal = new WebsiteLimudCalendar(shabbatDate)

if (jCal.getDate().dayOfWeek != 6)
Expand Down
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h5 class="modal-title text-center">Set your location! | בחר את המיקו
<i class="fa fa-map-marker"></i>
</button>
</div>
<button type="button" data-mdb-ripple-init class="btn btn-success d-lg-none" style="width: 100%; margin-left: -1px; border-radius: 0; border-left: 1px solid hsla(0,0%,100%,.7); border-right: 1px solid hsla(0,0%,100%,.7); border-bottom-left-radius: .25rem; border-bottom-right-radius: .25rem;">
<button type="button" data-mdb-ripple-init class="btn btn-success mb-2 d-lg-none" style="width: 100%; margin-left: -1px; border-radius: 0; border-left: 1px solid hsla(0,0%,100%,.7); border-bottom: 1px solid hsla(0,0%,100%,.7); border-right: 1px solid hsla(0,0%,100%,.7); border-bottom-left-radius: .25rem; border-bottom-right-radius: .25rem;">
<i class="fa fa-map-marker"></i> Use my device location
</button>

Expand Down

0 comments on commit 6b9414f

Please sign in to comment.