import React from "react"; import { GithubIcon } from "./icons/github"; import clsx from "clsx"; type Props = { path: string; }; export const CommonShowSourcePrompt = ({ path }: Props) => { return (