diff options
| author | Fuwn <[email protected]> | 2024-04-22 14:27:17 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-22 14:27:17 -0700 |
| commit | 124e6ed821ee5cb08883fae6973729f3340d4139 (patch) | |
| tree | ba532e95d7c617d75ff0e43a8a6eb7b648387bbe /src/lib/List/Manga | |
| parent | feat(badges): use static y for tooltip (diff) | |
| download | due.moe-124e6ed821ee5cb08883fae6973729f3340d4139.tar.xz due.moe-124e6ed821ee5cb08883fae6973729f3340d4139.zip | |
refactor(ParallaxImage): rename classes prop
Diffstat (limited to 'src/lib/List/Manga')
| -rw-r--r-- | src/lib/List/Manga/CleanMangaList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/Manga/CleanMangaList.svelte b/src/lib/List/Manga/CleanMangaList.svelte index d2fe33be..3319ee47 100644 --- a/src/lib/List/Manga/CleanMangaList.svelte +++ b/src/lib/List/Manga/CleanMangaList.svelte @@ -122,7 +122,7 @@ source={manga.coverImage.extraLarge} alternativeText="Cover" limit={12.5} - classes={`cover${ + classList={`cover${ manga.isAdult && $settings.displayBlurAdultContent ? ' adult' : '' }`} /> |