Skip to content

Commit

Permalink
fix clicking Pluto logo while featured notebook is launching locally
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Feb 21, 2024
1 parent b41071e commit 0e2364c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1538,9 +1538,7 @@ patch: ${JSON.stringify(
}
<nav id="at_the_top">
<a href=${
this.state.static_preview || this.state.binder_session_url != null
? `${this.state.binder_session_url}?token=${this.state.binder_session_token}`
: "./"
this.state.binder_session_url != null ? `${this.state.binder_session_url}?token=${this.state.binder_session_token}` : "./"
}>
<h1><img id="logo-big" src=${url_logo_big} alt="Pluto.jl" /><img id="logo-small" src=${url_logo_small} /></h1>
</a>
Expand Down

0 comments on commit 0e2364c

Please sign in to comment.