Skip to content

Commit f0243b9

Browse files
committed
fix(core): adjust portals with new renderer
1 parent b16d477 commit f0243b9

File tree

2 files changed

+67
-284
lines changed

2 files changed

+67
-284
lines changed

apps/docs/src/components/ui/floating-code-block.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import { getEntry, render } from 'astro:content';
44
55
interface Props {
66
class?: string;
7-
snippets: {
8-
name: string;
9-
title?: string;
10-
}[]
7+
snippets: { name: string; title?: string; }[]
118
}
129
1310
const { snippets, class: className = '' } = Astro.props;

0 commit comments

Comments
 (0)