added support for monolith
This commit is contained in:
@@ -73,7 +73,7 @@ export default function PreservedFormatRow({
|
||||
anchorElement.href = path;
|
||||
anchorElement.download =
|
||||
format === ArchivedFormat.singlefile
|
||||
? link.name ?? "index"
|
||||
? "Webpage"
|
||||
: format === ArchivedFormat.pdf
|
||||
? "PDF"
|
||||
: "Screenshot";
|
||||
|
||||
Reference in New Issue
Block a user