Skip to content

Commit

Permalink
featured URL tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 27, 2023
1 parent f188495 commit 3e46cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/welcome/FeaturedCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const FeaturedCard = ({ entry, source_url, direct_html_links }) => {
// `direct_html_links` means that we will navigate you directly to the exported HTML file. Otherwise, we use our local editor, with the exported state as parameters. This lets users run the featured notebooks locally.
const href = direct_html_links
? u(entry.html_path)
: with_query_params(`editor.html`, {
: with_query_params(`edit`, {
statefile: u(entry.statefile_path),
notebookfile: u(entry.notebookfile_path),
notebookfile_integrity: `sha256-${base64url_to_base64(entry.hash)}`,
Expand Down

0 comments on commit 3e46cc1

Please sign in to comment.