diff --git a/examples/web/components/CodeSnippet.tsx b/examples/web/components/CodeSnippet.tsx index a6424fe..ce410a2 100644 --- a/examples/web/components/CodeSnippet.tsx +++ b/examples/web/components/CodeSnippet.tsx @@ -4,6 +4,7 @@ import withShiki from "@stefanprobst/remark-shiki"; import { Editor } from "@monaco-editor/react"; import domtoimage from "dom-to-image"; +import { $ } from "migacss"; import { useCallback, useEffect, useRef, useState } from "react"; import { AiOutlineDownload } from "react-icons/ai"; import { BsStars } from "react-icons/bs"; @@ -427,16 +428,16 @@ export function CodeSnippet({ code: _code }: { code?: string }) { }; return ( - + - + Shaku Snippet - - + <$.a href="/" $textDecoration="none"> + Shaku Playground → - + Annotate code snippet with Shaku Code Annotate Syntax{" "} @@ -445,9 +446,9 @@ export function CodeSnippet({ code: _code }: { code?: string }) { - - - + + +