Skip to content

Commit 40e7b63

Browse files
committed
chore: correct html title
1 parent f503133 commit 40e7b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/apps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn table() -> Html<String> {
1616
<head>
1717
<meta charset="UTF-8">
1818
<meta name="viewport" content="width=device-width, initial-scale=1.0">
19-
<title>Simple Table</title>
19+
<title>R1 Dashboard</title>
2020
<style>
2121
body {
2222
font-family: Arial, sans-serif;

0 commit comments

Comments
 (0)