feat/admin #33

Merged
rov merged 3 commits from feat/admin into main 2026-04-10 11:02:47 -03:00
Showing only changes of commit 45705c62cf - Show all commits

View File

@ -361,9 +361,10 @@ const Manga = () => {
</div>
)}
<p className="text-pretty text-justify leading-relaxed text-foreground">
{mangaData.data?.synopsis}
</p>
<p
className="text-pretty text-justify leading-relaxed text-foreground"
dangerouslySetInnerHTML={{ __html: mangaData.data?.synopsis ?? "" }}
/>
<div className="grid gap-4 sm:grid-cols-2">
<div className="flex items-center gap-3 rounded-lg border border-border bg-card p-4">