diff --git a/html/main.html b/html/main.html index 057c75d..930b96a 100644 --- a/html/main.html +++ b/html/main.html @@ -24,7 +24,7 @@
Your API Key:
- ⚠️ Save this key securely! You won't be able to see it again. + ⚠️ Save this key securely!
diff --git a/js/main.js b/js/main.js index 7e3a2c2..5bb6918 100644 --- a/js/main.js +++ b/js/main.js @@ -120,7 +120,7 @@ async function loadFiles() { fileList.innerHTML = files.map(file => `
  • -
    ${file.original_name} (${formatBytes(file.size)}) Direct link to file
    +
    ${file.original_name} (${formatBytes(file.size)}) 
    Uploaded: ${new Date(file.uploaded_at).toLocaleString()}