Skip to content

Commit c913219

Browse files
committed
Pushed announcement bar change
1 parent c951c9c commit c913219

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 class="text-2xl font-bold">CDA Project</h1>
7979
<div class="container mx-auto py-3 px-4">
8080
<div class="flex items-center justify-between">
8181
<div class="announcement-content">
82-
<p class="text-sm md:text-base font-medium">🔔 UPDATE 12.03.2025 19:47 GMT+2: We are currently performing database maintenance to enhance the accuracy of our URL checking processes. These improvements will help ensure better detection of malicious URLs and overall database quality. Thank you for your patience!</p>
82+
<p class="text-sm md:text-base font-medium">🔔 Update 15.03.2025 08:52 GMT+2: Database maintenance is now underway. We have received 36 new cases and are actively validating and processing the data to ensure a complete and accurate update. During this time, some charts may display incorrect information. We appreciate your understanding!</p>
8383
</div>
8484
<button id="closeAnnouncement" class="ml-4 text-white opacity-70 hover:opacity-100 transition-opacity">
8585
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
@@ -543,7 +543,7 @@ <h2 class="text-lg font-semibold">Account Details</h2>
543543
<script>
544544
// Set a version ID for current announcement
545545
// Change this whenever the announcement content gets updated
546-
const CURRENT_ANNOUNCEMENT_VERSION = "2025-03-12";
546+
const CURRENT_ANNOUNCEMENT_VERSION = "2025-03-15";
547547
document.getElementById('closeAnnouncement').addEventListener('click', function() {
548548
document.getElementById('announcement-bar').classList.add('hidden');
549549
// Save both the closed state and the version of the announcement that was closed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 class="text-2xl font-bold">CDA Project</h1>
7979
<div class="container mx-auto py-3 px-4">
8080
<div class="flex items-center justify-between">
8181
<div class="announcement-content">
82-
<p class="text-sm md:text-base font-medium">🔔 UPDATE 12.03.2025 19:47 GMT+2: We are currently performing database maintenance to enhance the accuracy of our URL checking processes. These improvements will help ensure better detection of malicious URLs and overall database quality. Thank you for your patience!</p>
82+
<p class="text-sm md:text-base font-medium">🔔 Update 15.03.2025 08:52 GMT+2: Database maintenance is now underway. We have received 36 new cases and are actively validating and processing the data to ensure a complete and accurate update. During this time, some charts may display incorrect information. We appreciate your understanding!</p>
8383
</div>
8484
<button id="closeAnnouncement" class="ml-4 text-white opacity-70 hover:opacity-100 transition-opacity">
8585
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
@@ -174,7 +174,7 @@ <h1 class="text-6xl font-bold text-indigo-500 mb-4">CDA Project</h1>
174174
<script>
175175
// Set a version ID for current announcement
176176
// Change this whenever the announcement content gets updated
177-
const CURRENT_ANNOUNCEMENT_VERSION = "2025-03-12";
177+
const CURRENT_ANNOUNCEMENT_VERSION = "2025-03-15";
178178
document.getElementById('closeAnnouncement').addEventListener('click', function() {
179179
document.getElementById('announcement-bar').classList.add('hidden');
180180
// Save both the closed state and the version of the announcement that was closed

docs/info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 class="text-2xl font-bold">CDA Project</h1>
7979
<div class="container mx-auto py-3 px-4">
8080
<div class="flex items-center justify-between">
8181
<div class="announcement-content">
82-
<p class="text-sm md:text-base font-medium">🔔 UPDATE 12.03.2025 19:47 GMT+2: We are currently performing database maintenance to enhance the accuracy of our URL checking processes. These improvements will help ensure better detection of malicious URLs and overall database quality. Thank you for your patience!</p>
82+
<p class="text-sm md:text-base font-medium">🔔 Update 15.03.2025 08:52 GMT+2: Database maintenance is now underway. We have received 36 new cases and are actively validating and processing the data to ensure a complete and accurate update. During this time, some charts may display incorrect information. We appreciate your understanding!</p>
8383
</div>
8484
<button id="closeAnnouncement" class="ml-4 text-white opacity-70 hover:opacity-100 transition-opacity">
8585
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
@@ -298,7 +298,7 @@ <h3 class="text-2xl font-semibold text-gray-800 mb-4">Support the Project</h3>
298298
<script>
299299
// Set a version ID for current announcement
300300
// Change this whenever the announcement content gets updated
301-
const CURRENT_ANNOUNCEMENT_VERSION = "2025-03-12";
301+
const CURRENT_ANNOUNCEMENT_VERSION = "2025-03-15";
302302
document.getElementById('closeAnnouncement').addEventListener('click', function() {
303303
document.getElementById('announcement-bar').classList.add('hidden');
304304
// Save both the closed state and the version of the announcement that was closed

0 commit comments

Comments
 (0)