Skip to content

Commit 32252b6

Browse files
index: Update project name from next
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent b099232 commit 32252b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/protocols/v1/frontend/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Ping Viewer Next</title>
6+
<title>Ping Viewer</title>
77
<script>
88
function redirectToDocs() {
99
window.location.href = '/docs/';
@@ -50,7 +50,7 @@
5050
</script>
5151
</head>
5252
<body>
53-
<h1>Ping Viewer Next</h1>
53+
<h1>Ping Viewer</h1>
5454
<button onclick="redirectToDocs()">Check API specifications</button>
5555
<h2>Websocket Client</h2>
5656
<div id="status">Connecting...</div>

0 commit comments

Comments
 (0)