We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f477b05 commit 9a2810dCopy full SHA for 9a2810d
ui/public/index.html
@@ -11,10 +11,11 @@
11
/>
12
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
14
- <title>GitConvex - A Git visualizer</title>
+ <title>GitConvex - A Git client for the web</title>
15
</head>
16
<body>
17
- <noscript>This app is tailored with react, so you gonna need javascript for using it!</noscript>
+ <noscript>This app is tailored with react, so you gonna need javascript for
18
+ using it!</noscript>
19
<div id="root" class="w-full h-screen overflow-auto"></div>
20
</body>
21
</html>
0 commit comments