Skip to content

Commit 85d26ce

Browse files
committed
add link to new webinterface (WIP)
1 parent 84b60c8 commit 85d26ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/data/www/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ <h4 style={{ marginLeft: `${index * 10}px`, marginTop: "10px", marginBottom: "10
733733
return (
734734
<div className="tile time-tile">
735735
<h3>{this.props.name} Time: {this.props.time}</h3>
736+
<a href="/web" target="_blank">Check out the new /web-interface (WIP)</a>
736737
</div>
737738
);
738739
}

0 commit comments

Comments
 (0)