diff --git a/index.html b/index.html
index 7cf9492..22daafb 100644
--- a/index.html
+++ b/index.html
@@ -1724,7 +1724,18 @@
Update Available
A new version of Monochrome is available.
-
+
diff --git a/js/app.js b/js/app.js
index 4414818..43ec505 100644
--- a/js/app.js
+++ b/js/app.js
@@ -417,7 +417,7 @@ document.addEventListener('DOMContentLoaded', async () => {
try {
// my worker should detect a users OS and serve the right ver
const update = await updater.checkForUpdates('https://update.samidy.xyz/update.json');
-
+
if (update && update.available) {
const modal = document.getElementById('desktop-update-modal');
const notes = document.getElementById('desktop-update-notes');