release version 1.8.5

This commit is contained in:
Wildan Nursahidan
2025-05-12 00:17:49 +07:00
parent 2b3949e405
commit 6aeb790cb8
12 changed files with 152 additions and 30 deletions

View File

@@ -88,7 +88,7 @@ export default async function DocsPage({ params: { slug = [] } }: PageProps) {
<p className="-mt-4 text-muted-foreground text-[16.5px]">{description}</p>
<div>{res.content}</div>
<div
className={`my-8 flex items-center border-b-2 border-x-muted-foreground ${
className={`my-8 flex items-center border-b-2 border-dashed border-x-muted-foreground ${
docuConfig.repository?.editLink ? "justify-between" : "justify-end"
}`}
>