bug: render jfif image link

This commit is contained in:
2023-03-31 22:29:34 +01:00
parent e80f2705ec
commit 0b00310212

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": {