diff --git a/dashboard/swipe-nav.js b/dashboard/swipe-nav.js index 2c3b1ec..c5ccbaa 100644 --- a/dashboard/swipe-nav.js +++ b/dashboard/swipe-nav.js @@ -3,7 +3,7 @@ * Swipe left/right to navigate between pages */ (function() { - const pages = ['index.html', 'notes.html', 'habits.html', 'files.html', 'workspace.html']; + const pages = ['index.html', 'workspace.html', 'notes.html', 'habits.html', 'files.html']; // Get current page index function getCurrentIndex() {