Skip to content

Commit 550ac0e

Browse files
committedJun 12, 2024
revert "Update countdown for Leap 15.6"
This reverts commit 6b61d9b.
1 parent 12b694f commit 550ac0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎assets/js/countdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $(function () {
22

33
// one hour later due to https://github.com/openSUSE/landing-page/issues/113
44

5-
var leapReleaseDate = moment.tz("2024-06-12 12:00", "UTC");
5+
var leapReleaseDate = moment.tz("2023-06-07 12:00", "UTC");
66

77
$('.opensuse-countdown__number').countdown(leapReleaseDate.toDate(), function(event) {
88

‎build/images/countdown-leap.png

-3.52 KB
Binary file not shown.

‎index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ <h4 class="wow fadeIn" data-wow-delay=".6s" lang="en">Get the most complete Linu
129129
<div class="opensuse-countdown">
130130

131131
<div class="opensuse-microos__headbox" >
132-
<a href="https://get.opensuse.org/leap/15.6/" class="opensuse-microos__headbox_con" target="_blank">
132+
<a href="https://get.opensuse.org/microos/" class="opensuse-microos__headbox_con" target="_blank">
133133
<div class="opensuse-microos__headbox_con">
134-
<span class="opensuse-countdown__version-name">Leap 15.6</span>
135-
<img src="build/images/countdown-leap.png" width="160" height="160" alt="openSUSE - Leap Logo">
134+
<span class="opensuse-countdown__version-name">MicroOS</span>
135+
<img src="build/images/countdown-microos.png" width="160" height="100" alt="openSUSE - MicroOS Logo">
136136
</div>
137137
<div class="opensuse-microos__headbox_text">
138-
<span lang="en">available in</span>
138+
<span lang="en">Micro Service OS</span>
139139
</div>
140140
</a>
141141
</div>

0 commit comments

Comments
 (0)