Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-09-05 15:08:46 +02:00
parent 69f7d0f3e2
commit 0ecbb8db10
@@ -52,7 +52,7 @@ greet(world)
export const Default = () => (
<InfoCard title="JavaScript example">
<CodeSnippet text={"const hello = 'World';"} language="javascript" />
<CodeSnippet text="const hello = 'World';" language="javascript" />
</InfoCard>
);