mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Fix Shiki making build fail
This commit is contained in:
parent
b1ffb487c3
commit
c6796ecb4e
5 changed files with 915 additions and 5 deletions
|
|
@ -117,7 +117,7 @@ function CodePanelHeader({ tag, label }: { tag?: string; label?: string }) {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="flex h-9 items-center gap-2 border-y border-b-white/7.5 border-t-transparent bg-white/2.5 bg-zinc-900 px-4 dark:border-b-white/5 dark:bg-white/1">
|
||||
<div className="flex h-9 items-center gap-2 border-y border-b-white/7.5 border-t-transparent bg-zinc-900 px-4 dark:border-b-white/5 dark:bg-white/1">
|
||||
{tag && (
|
||||
<div className="dark flex">
|
||||
<Tag variant="small">{tag}</Tag>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue