fix: changed vite icon to hoppscotch icon and changed title in admin dashboard (#82)

This commit is contained in:
Joel Jacob Stephen
2023-04-10 13:07:59 +05:30
committed by GitHub
parent 4ce9e67460
commit c4358b91a2
4 changed files with 3 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hoppscotch Admin Page</title>
<title>Hoppscotch Admin</title>
<meta property="og:image" content="/cover.jpg" />
</head>
@@ -14,4 +14,4 @@
<script type="module" src="/src/main.ts"></script>
</body>
</html>
</html>