open source in new tab
This commit is contained in:
parent
456b85bf8f
commit
08d316812b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export function BottomPanel(props: {errors: TraceableError[], setEditorState: Di
|
|||
}
|
||||
mode
|
||||
|
|
||||
Rev: <a title={"git"} href={`https://deemz.org/git/research/statebuddy/commit/${gitRev}`}>{gitRev.slice(0,8)}</a>
|
||||
Rev: <a title={"git"} href={`https://deemz.org/git/research/statebuddy/commit/${gitRev}`} target="_blank">{gitRev.slice(0,8)}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue