diff --git a/pages/s/[org]/[repo]/index.tsx b/pages/s/[org]/[repo]/index.tsx index 696caeaaf..0ef113359 100644 --- a/pages/s/[org]/[repo]/index.tsx +++ b/pages/s/[org]/[repo]/index.tsx @@ -575,14 +575,33 @@ export default function RepoPage({ repoData, ogImageUrl }: RepoPageProps) { className="lg:col-span-6 h-fit" /> - +
+ { + posthog.capture("Repo Pages: copied PR chart", { + repository: repoData.full_name, + }); + }} + options={{ + windowWidth: 1700, + allowTaint: true, + onclone: (document, element) => { + element.querySelectorAll("[data-copy-image-branding]").forEach((el) => { + el.classList.remove("hidden"); + }); + }, + }} + > + + + +