Skip to content

Commit

Permalink
Update Neurosift URL
Browse files Browse the repository at this point in the history
  • Loading branch information
magland authored Jul 25, 2024
1 parent c562f18 commit d9c524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/frontend/core/components/Neurosift.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Neurosift extends LitElement {
</div>
${this.fullscreen ? new FullScreenToggle({ target: this }) : ""}
<iframe
src="https://flatironinstitute.github.io/neurosift/?p=/nwb&url=${this.url}"
src="https://neurosift.app/?p=/nwb&url=${this.url}"
@load=${function () {
const loader = this.shadowRoot.querySelector(".loader-container");
if (loader) loader.remove();
Expand Down

0 comments on commit d9c524b

Please sign in to comment.