Skip to content

Commit

Permalink
Small change in the link (#221)
Browse files Browse the repository at this point in the history
I wouldn’t want my code to disappear when I want to, say, look up a command or star the repo
  • Loading branch information
Electogenius committed Aug 17, 2021
1 parent 7e38802 commit 1113220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<body onload="initCodeMirror(); decodeURL(); updateCount()">
<textarea id=dummy style="visibility: hidden;position:absolute; height: 0px; font: size 20px;"></textarea>
<session-code>{{session}}</session-code>
<h2 style="display: inline-block;"><a href="https://github.com/Vyxal/Vyxal">Vyxal</a></h2>
<h2 style="display: inline-block;"><a href="https://github.com/Vyxal/Vyxal" onclick="window.open('https://github.com/Vyxal/Vyxal')">Vyxal</a></h2>
<button id="run_button" title="Run Program" type="button" style="color:white">
<svg style="width:24px;height:24px" viewBox="0 0 24 24">
<path fill="currentColor" d="M8.5,8.64L13.77,12L8.5,15.36V8.64M6.5,5V19L17.5,12" />
Expand Down

0 comments on commit 1113220

Please sign in to comment.