aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Comment.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-02-18 22:54:18 +0300
committerGravatar Vitaly Takmazov2024-02-18 22:54:18 +0300
commitb9bceb8e977de93dcdacec31c3f2de3af73760a7 (patch)
tree2cfcfe6eefbd1edd5b416661d48731209357271a /vnext/src/ui/Comment.js
parenteb04de8c598799bd3827638da5f50e759e2eaddf (diff)
// -> https://
Diffstat (limited to 'vnext/src/ui/Comment.js')
-rw-r--r--vnext/src/ui/Comment.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/ui/Comment.js b/vnext/src/ui/Comment.js
index 3a3f4429..90eae699 100644
--- a/vnext/src/ui/Comment.js
+++ b/vnext/src/ui/Comment.js
@@ -62,8 +62,8 @@ export default function Comment({ msg, draft, active, setActive, onStartEditing,
{
msg.photo &&
<div className="msg-media">
- <a href={`//i.juick.com/p/${msg.mid}-${msg.rid}.${msg.attach}`} data-fname={`${msg.mid}-${msg.rid}.${msg.attach}`}>
- <img src={`//i.juick.com/photos-512/${msg.mid}-${msg.rid}.${msg.attach}`} alt="" />
+ <a href={`https://i.juick.com/p/${msg.mid}-${msg.rid}.${msg.attach}`} data-fname={`${msg.mid}-${msg.rid}.${msg.attach}`}>
+ <img src={`https://i.juick.com/photos-512/${msg.mid}-${msg.rid}.${msg.attach}`} alt="" />
</a>
</div>
}