refactor: remove trailing slash in GITHUB url
This commit is contained in:
parent
c978a54bab
commit
3aacc3ff83
@ -4,7 +4,7 @@ import { Button } from "@components/Button";
|
||||
import { useToast } from "@components/Toast";
|
||||
import { escapeHtml } from "@/utils/escapeHtml";
|
||||
|
||||
export const GITHUB = "https://raw.githubusercontent.com/p-sw/ui/main/";
|
||||
export const GITHUB = "https://raw.githubusercontent.com/p-sw/ui/main";
|
||||
|
||||
export const LoadedCode = forwardRef<HTMLPreElement, { from: string }>(
|
||||
({ from }, outRef) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user