Skip to content

Commit

Permalink
fix: remove set width for repo pages charts (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua authored Aug 29, 2024
1 parent c0a17ee commit 2dc9062
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/s/[org]/[repo]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ export default function RepoPage({ repoData, ogImageUrl }: RepoPageProps) {
});
}}
options={{
windowWidth: 1700,
allowTaint: true,
onclone(document, element) {
element.querySelectorAll("[data-copy-image-branding]").forEach((el) => {
Expand Down Expand Up @@ -602,7 +601,6 @@ export default function RepoPage({ repoData, ogImageUrl }: RepoPageProps) {
});
}}
options={{
windowWidth: 1700,
allowTaint: true,
onclone: (document, element) => {
element.querySelectorAll("[data-copy-image-branding]").forEach((el) => {
Expand Down Expand Up @@ -635,7 +633,6 @@ export default function RepoPage({ repoData, ogImageUrl }: RepoPageProps) {
});
}}
options={{
windowWidth: 1700,
allowTaint: true,
onclone: (document, element) => {
element.querySelectorAll("[data-copy-image-branding]").forEach((el) => {
Expand Down Expand Up @@ -670,7 +667,6 @@ export default function RepoPage({ repoData, ogImageUrl }: RepoPageProps) {
});
}}
options={{
windowWidth: 1700,
allowTaint: true,
onclone: (document, element) => {
element.querySelectorAll("[data-copy-image-branding]").forEach((el) => {
Expand Down

0 comments on commit 2dc9062

Please sign in to comment.