diff options
| author | Fuwn <[email protected]> | 2024-06-23 01:59:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-23 01:59:33 -0700 |
| commit | 08bbb6379fe178a6e18f2a4d777288c5e76c91fa (patch) | |
| tree | c9785f6f43eaf06347e92c21170f2d30b0744989 /src | |
| parent | ec3eb50f213aa40f1dc9c1fe4dfce0d74a987284 (diff) | |
| download | mayu-08bbb6379fe178a6e18f2a4d777288c5e76c91fa.tar.xz mayu-08bbb6379fe178a6e18f2a4d777288c5e76c91fa.zip | |
feat(themes): lain themev0.1.10
Diffstat (limited to 'src')
| -rw-r--r-- | src/svg.gleam | 2 |
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" }, ) |