Drop Prism, it doesn't work, so just don't use it

This commit is contained in:
Korbs 2025-02-05 19:45:01 -05:00
parent 5366422ea7
commit ded7d47e1e
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
8 changed files with 20 additions and 20 deletions

View file

@ -3,7 +3,7 @@ Title: Toggles
Type: Document
---
import {Prism} from "@astrojs/prism"
import {Code} from "astro:components"
import {Zorn} from "@minpluto/zorn"
Zorn has plent of controls to show, some are enabled or disabled by default with their toggle option.
@ -12,4 +12,4 @@ Zorn has plent of controls to show, some are enabled or disabled by default with
By default, these buttons are hidden. If you want to show them, just add the `ShowBackAndForward` option:
<Prism lang="jsx" code={`<Zorn ShowBackAndForward/>`}/>
<Code lang="jsx" code={`<Zorn ShowBackAndForward/>`}/>