refactor: remove trailing slash in GITHUB url

This commit is contained in:
p-sw 2024-06-02 08:36:11 +09:00
parent c978a54bab
commit 3aacc3ff83

View File

@ -4,7 +4,7 @@ import { Button } from "@components/Button";
import { useToast } from "@components/Toast"; import { useToast } from "@components/Toast";
import { escapeHtml } from "@/utils/escapeHtml"; 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 }>( export const LoadedCode = forwardRef<HTMLPreElement, { from: string }>(
({ from }, outRef) => { ({ from }, outRef) => {