diff --git a/src/components/dashboard/EventExplorer.tsx b/src/components/dashboard/EventExplorer.tsx index 3971f8f..530eddb 100644 --- a/src/components/dashboard/EventExplorer.tsx +++ b/src/components/dashboard/EventExplorer.tsx @@ -185,11 +185,11 @@ export function EventExplorer({ pubkey }: EventExplorerProps) { return ( <> - + -
- Your Events - +
+ Your Events + Browse your published events and request deletion directly from your dashboard.
@@ -223,16 +223,16 @@ export function EventExplorer({ pubkey }: EventExplorerProps) { key={event.id} className="flex flex-col gap-2 rounded-lg border bg-card/40 p-3 transition hover:bg-accent/40 sm:flex-row sm:items-center sm:justify-between" > -
+
- + {label} - + {createdAt.toLocaleString()}
-

+

{contentPreview}

@@ -311,8 +311,8 @@ export function EventExplorer({ pubkey }: EventExplorerProps) {
-
-
+
+
Showing {' '} @@ -333,7 +333,7 @@ export function EventExplorer({ pubkey }: EventExplorerProps) { {' '} events
-
+