rearchive protection

This commit is contained in:
daniel31x13
2023-10-31 15:44:58 -04:00
parent ccafc997fc
commit 56a281ae3d
14 changed files with 246 additions and 132 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ export default function LinkCard({ link, count, className }: Props) {
: undefined,
permissions === true
? {
name: "Update Archive",
name: "Refresh Formats",
onClick: updateArchive,
}
: undefined,