|
|
|
@@ -967,7 +967,7 @@ export default function AdminDashboard() { |
|
|
|
<div className="mt-10 pt-6 border-t border-gray-200">
|
|
|
|
<h3 className="text-sm font-bold uppercase tracking-wider text-gray-600 mb-3">Backup & Restore</h3>
|
|
|
|
<p className="text-xs text-gray-500 mb-4">
|
|
|
|
The backup contains cards, portal configuration, media (images, videos, PDFs), and uploaded fonts. Restoring overwrites the current state. Clicking the “Save backup (ZIP)” button saves the Cards structure as <code>interceptop-backup-YYYYMMDD-hhmmss.zip</code>.
|
|
|
|
The backup contains cards, portal configuration, media (images, videos, PDFs), and uploaded fonts. Restoring overwrites the current state. Clicking the “Save backup (ZIP)” button saves the Cards structure as <code>interceptor-backup-YYYYMMDD-hhmmss.zip</code>.
|
|
|
|
</p>
|
|
|
|
<div className="flex flex-wrap gap-3">
|
|
|
|
<button
|
|
|
|
|