Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CreeJee committed Dec 22, 2024
1 parent 117830a commit 1f8c344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/docs/InteractiveDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function InteractiveDocs(
const isHybridSelected = createMemo(() => !Array.isArray(selectedLanguage()));
return (
<div class="grid grid-cols-[1fr_1.2fr] grid-rows-[auto_1fr] flex-1 gap-y-2">
<div class="sticky top-26 col-span-2 min-h-12 flex items-center gap-3 from-white bg-gradient-to-r px-6 flex-wrap">
<div class="sticky top-26 col-span-2 min-h-12 flex flex-wrap items-center gap-3 from-white bg-gradient-to-r px-6">
<div class="rounded-md text-xs text-slate-5 font-medium">
결제대행사
</div>
Expand Down

0 comments on commit 1f8c344

Please sign in to comment.