Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Apr 12, 2024
1 parent 0965c0e commit 24e39de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function TimesSquareGitHubPagePanel({}) {

const { title, description } = pageData;

const ipynbDownloadUrl = `${pageData.renderedIpynbUrl}${urlQueryString}`;
const ipynbDownloadUrl = `${pageData.renderedIpynbUrl}?${urlQueryString}`;

return (
<PagePanelContainer>
Expand Down

0 comments on commit 24e39de

Please sign in to comment.