Skip to content

Commit 909d134

Browse files
authored
Update index.html
1 parent 384a0d7 commit 909d134

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width,initial-scale=1" />
6-
<title>שעון דיגיטלי לנץ</title>
6+
<title>שעון מנין אברכים</title>
77

88
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
99

@@ -115,14 +115,14 @@
115115
<div id="countdown" class="fixed-width-digits">00:00:00</div>
116116
<div class="countdown-info">
117117
<div>שעה נוכחית: <span id="nowSmall" class="fixed-width-digits">--:--:--</span></div>
118-
<div>שעת נץ: <span id="sunriseSmall" class="fixed-width-digits">--:--:--</span></div> <!-- Changed default value to include seconds -->
118+
<div>שעת הנץ: <span id="sunriseSmall" class="fixed-width-digits">--:--:--</span></div>
119119
</div>
120120
</div>
121121

122122
<script>
123123
const CSV_PATH = './sunrise_times.csv';
124124
const VERSION_FILE_PATH = './version.json';
125-
const DEFAULT_SUNRISE = '06:00:00';
125+
const DEFAULT_SUNRISE = '04:00:00';
126126
const VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1000;
127127

128128
let sunriseMap = new Map();

0 commit comments

Comments
 (0)