Skip to content

Commit

Permalink
s3 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
itcon-pty-au committed Sep 4, 2024
1 parent 9794fb8 commit 27aec9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ function openSyncModal() {
modalPopup.innerHTML = `
<div class="inline-block w-full align-bottom bg-white dark:bg-zinc-950 rounded-lg px-4 pb-4 text-left shadow-xl transform transition-all sm:my-8 sm:p-6 sm:align-middle pt-4 overflow-hidden sm:max-w-lg">
<div class="text-gray-800 dark:text-white text-left text-sm">
<div class="flex justify-between items-center">
<div class="flex justify-center items-center mb-4">
<h3 class="text-center text-xl font-bold">Backup & Sync</h3>
<div class="relative group">
<div class="relative group ml-2">
<span class="cursor-pointer" id="info-icon">ℹ️</span>
<div id="tooltip" class="absolute bottom-full mb-2 left-1/2 transform -translate-x-1/2 bg-black text-white text-xs rounded-md px-2 py-1 opacity-100 transition-opacity duration-300 z-10">
Dummy text about cloud backup.
Expand Down Expand Up @@ -506,4 +506,4 @@ async function importFromS3() {
const currentTime = new Date().toLocaleString();
localStorage.setItem('last-cloud-sync', currentTime);
});
}
}

0 comments on commit 27aec9a

Please sign in to comment.