fix: 🐛 Fix Shiki making build fail

This commit is contained in:
Jesse Wierzbinski 2025-02-15 15:43:23 +01:00
parent b1ffb487c3
commit c6796ecb4e
No known key found for this signature in database
5 changed files with 915 additions and 5 deletions

View file

@ -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>