1
0
Fork 0

feat: link to author in message snapshot view

dufisgsd
Lea 2023-08-10 00:03:16 +02:00
parent 80ba4b7d77
commit 991cbef040
Signed by: lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,9 @@ export function CompactMessage({
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
<Link href={`/panel/inspect/user/${message.author}`}>
<AlertDialogCancel>Author</AlertDialogCancel>
</Link>
<Link href={`/panel/inspect/message/${message._id}`}>
<AlertDialogCancel>Inspect</AlertDialogCancel>
</Link>