Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 10, 2024
1 parent 08f5485 commit b25a211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RemoteConsole = ({ host, width, height }: Props) => {

console.log(`Venus Running GUI version: ${app.guiVersion}`)

const consoleUrl = `${window.location.protocol}://venus.local/`
const consoleUrl = `${window.location.protocol}//venus.local/`

if (app.guiVersion !== 1) {
return (
Expand Down

0 comments on commit b25a211

Please sign in to comment.