diff --git a/astro/src/components/Help.tsx b/astro/src/components/Help.tsx index 8f8f2e20b..c657e9d36 100644 --- a/astro/src/components/Help.tsx +++ b/astro/src/components/Help.tsx @@ -2,7 +2,6 @@ import styles from './Help.module.css' import { useState, useEffect } from 'preact/hooks' import { marked } from 'marked' import { loadCodeFromString } from "../lib/loadCodeFromString.ts"; -import { removeQueryParam } from "../lib/removeQueryParam.js"; marked.setOptions({ highlight: function (code, language) { @@ -45,8 +44,6 @@ export default function Help({ if (confirm("Clear text editor?")) loadCodeFromString(""); - removeQueryParam("guide"); - const res = await fetch( `https://raw.githubusercontent.com/hackclub/blot/main/guides/${workshop}.md`