aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-23 08:59:33 +0000
committerFuwn <[email protected]>2024-06-23 08:59:33 +0000
commitff6d3ca3a3f9c39e32738b9835356d4d63e01573 (patch)
treec9785f6f43eaf06347e92c21170f2d30b0744989 /src
parentfeat(index.html): show version if available (diff)
downloadmayu-ff6d3ca3a3f9c39e32738b9835356d4d63e01573.tar.xz
mayu-ff6d3ca3a3f9c39e32738b9835356d4d63e01573.zip
feat(themes): lain themev0.1.10
Diffstat (limited to 'src')
-rw-r--r--src/svg.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg.gleam b/src/svg.gleam
index b36a88d..6e86231 100644
--- a/src/svg.gleam
+++ b/src/svg.gleam
@@ -33,7 +33,7 @@ fn images(theme, digits, width, height, svgs) {
<> int.to_string(digit)
<> "."
<> case theme {
- "gelbooru-h" | "moebooru-h" -> "png"
+ "gelbooru-h" | "moebooru-h" | "lain" -> "png"
_ -> "gif"
},
)