Skip to content

Commit

Permalink
open collab link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Jun 3, 2022
1 parent f473732 commit f282cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neuroscout/frontend/src/analysis_builder/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export class StatusTab extends React.Component<submitProps, statusTabState> {
{this.props.status === 'PASSED' && (
<a
href="https://colab.research.google.com/github/neuroscout/neuroscout-cli/blob/master/examples/Neuroscout_Colab_Demo_NoMount.ipynb"
target="new"
className="colab-tag"
>
<img
Expand Down

0 comments on commit f282cf8

Please sign in to comment.