We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05c5d6 commit 31b46e9Copy full SHA for 31b46e9
src/components/FeatureTable.astro
@@ -2,7 +2,6 @@
2
import { z } from "astro:schema";
3
import { indexPlans } from "~/util/plans";
4
import { marked } from "marked";
5
-import GlossaryTooltip from "~/components/GlossaryTooltip.astro";
6
7
type Props = z.infer<typeof props>;
8
@@ -46,7 +45,6 @@ const markdown = (content: any) => {
46
45
<tbody>
47
{
48
features.map((feature) => {
49
-
50
return (
51
<tr>
52
<th set:html={markdown(feature.title)} />
0 commit comments