File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments