Skip to content

Commit

Permalink
fix: changed vite icon to hoppscotch icon and changed title in admin …
Browse files Browse the repository at this point in the history
…dashboard (#82)
  • Loading branch information
JoelJacobStephen authored Apr 10, 2023
1 parent 4ce9e67 commit c4358b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/hoppscotch-sh-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
4. Install dependencies by running `pnpm install` within the `hoppscotch-sh-admin` directory
5. It is assumed that the backend is running. Refer the Hoppscotch Backend [`README`](https://github.com/hoppscotch/self-hosted/blob/main/packages/hoppscotch-backend/README.md) to get the backend setup and running.
6. Start the development server with `pnpm run dev`.
7. Open the development site by going to [`http://localhost:3000`](http://localhost:3000) in your browser.
7. Open the development site by going to [`http://localhost:3100`](http://localhost:3100) in your browser.
4 changes: 2 additions & 2 deletions packages/hoppscotch-sh-admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -14,4 +14,4 @@
<script type="module" src="/src/main.ts"></script>
</body>

</html>
</html>
Binary file modified packages/hoppscotch-sh-admin/public/favicon.ico
Binary file not shown.
4 changes: 0 additions & 4 deletions packages/hoppscotch-sh-admin/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ declare module '@vue/runtime-core' {
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete']
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
IconLucideUser: typeof import('~icons/lucide/user')['default']
ProfilePicture: typeof import('./components/profile/Picture.vue')['default']
Expand Down

0 comments on commit c4358b9

Please sign in to comment.