Skip to content

Commit 9a2810d

Browse files
committed
change html page title
1 parent f477b05 commit 9a2810d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ui/public/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14-
<title>GitConvex - A Git visualizer</title>
14+
<title>GitConvex - A Git client for the web</title>
1515
</head>
1616
<body>
17-
<noscript>This app is tailored with react, so you gonna need javascript for using it!</noscript>
17+
<noscript>This app is tailored with react, so you gonna need javascript for
18+
using it!</noscript>
1819
<div id="root" class="w-full h-screen overflow-auto"></div>
1920
</body>
2021
</html>

0 commit comments

Comments
 (0)