mirror of
https://github.com/danbulant/Mangades
synced 2026-07-07 12:00:36 +00:00
fix link in related mang
This commit is contained in:
parent
9386952cd4
commit
d537c9b530
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<div class="grid" class:list={$showType == "list"}>
|
<div class="grid" class:list={$showType == "list"}>
|
||||||
{#each mangaRelations as manga}
|
{#each mangaRelations as manga}
|
||||||
<a href="/manga/{manga.id}" class="manga">
|
<a href="/{manga.id}" class="manga">
|
||||||
{#await relations then relations}
|
{#await relations then relations}
|
||||||
<Item
|
<Item
|
||||||
r18={!['safe', 'suggestive'].includes(manga.attributes.contentRating)}
|
r18={!['safe', 'suggestive'].includes(manga.attributes.contentRating)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue