From 7e1e753c6e92248596ac220fe62703ff93b710af Mon Sep 17 00:00:00 2001 From: dakedres Date: Sat, 10 Feb 2024 02:08:58 -0700 Subject: [PATCH] Images download on click --- lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.js b/lib.js index e03385e..0776b27 100644 --- a/lib.js +++ b/lib.js @@ -342,7 +342,7 @@ export const renderPostDetail = (name, value) => export const renderImage = href => { return `\ -` +` } export const renderDate = date =>