@@ -846,8 +849,11 @@ export default function AdminDashboard() {
{/* Hero Upload with Remove Button */}
Hero Background Image
-
handleUpload(e, 'heroImageUrl', true)} className="block w-full text-sm text-gray-900 file:mr-4 file:py-2 file:px-4 file:rounded-full file:border-0 file:bg-gray-100 cursor-pointer" />
- {uploading['heroImageUrl'] &&
Uploading... }
+
+ handleUpload(e, 'heroImageUrl', true)} hidden />
+ Choose image…
+
+ {uploading['heroImageUrl'] &&
Uploading... }
{portal.heroImageUrl && (
@@ -1091,12 +1097,15 @@ export default function AdminDashboard() {
: <>Cover Image
(shown in grid) >}
{isEditing.imageUrl && (
@@ -1129,13 +1138,16 @@ export default function AdminDashboard() {
Gallery Media
(images, videos or PDFs — PDF pages become images)
-
+
+
+ Choose files…
+
{uploading['extraMedia'] && !pdfProgress &&
Uploading...
}
{pdfProgress && (