added dashboard + sorting functionality done partially
This commit is contained in:
@@ -144,6 +144,7 @@ export default function ({
|
||||
)}`}
|
||||
onMouseEnter={() => setArchiveLabel("Screenshot")}
|
||||
target="_blank"
|
||||
title="Screenshot"
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faFileImage}
|
||||
@@ -156,6 +157,7 @@ export default function ({
|
||||
)}`}
|
||||
target="_blank"
|
||||
onMouseEnter={() => setArchiveLabel("PDF")}
|
||||
title="PDF"
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
icon={faFilePdf}
|
||||
|
||||
Reference in New Issue
Block a user