mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 06:11:38 +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"}>
|
||||
{#each mangaRelations as manga}
|
||||
<a href="/manga/{manga.id}" class="manga">
|
||||
<a href="/{manga.id}" class="manga">
|
||||
{#await relations then relations}
|
||||
<Item
|
||||
r18={!['safe', 'suggestive'].includes(manga.attributes.contentRating)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue