bug: render jfif image link

This commit is contained in:
Kieran 2023-03-31 22:29:34 +01:00
parent e80f2705ec
commit 0b00310212
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -80,6 +80,7 @@ export default function HyperText({ link, creator }: { link: string; creator: He
case "gif":
case "jpg":
case "jpeg":
case "jfif":
case "png":
case "bmp":
case "webp": {