Skip to content

Commit a92d8bb

Browse files
committed
chore: update links
1 parent ff08e68 commit a92d8bb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

website/app/themes/page.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function ThemeCard({
260260
{theme.cssImport}
261261
</code>
262262

263-
<div className="flex items-center gap-2">
263+
<div className="flex flex-wrap items-center gap-2">
264264
{theme.previewEnabled ? (
265265
<Link
266266
href={`/docs?theme=${theme.key}`}
@@ -294,6 +294,14 @@ function ThemeCard({
294294
>
295295
<span className="ml-0.5">Show code</span>
296296
</button>
297+
298+
<Link
299+
href={`/docs/themes/${theme.key}`}
300+
className="group inline-flex items-center gap-2 text-[11px] font-mono px-4 py-2 rounded-none uppercase border border-neutral-300 dark:border-white/6 text-neutral-500 dark:text-white/40 hover:border-neutral-400 hover:text-neutral-700 dark:hover:border-white/12 dark:hover:text-white/60 transition-all hover:no-underline"
301+
>
302+
Theme docs
303+
<ArrowRight className="size-3.5 -rotate-45 group-hover:rotate-0 transition-transform duration-300" />
304+
</Link>
297305
</div>
298306
</div>
299307
);

0 commit comments

Comments
 (0)