diff --git a/packages/hoppscotch-common/src/components/teams/Invite.vue b/packages/hoppscotch-common/src/components/teams/Invite.vue
index 96ade485a..8f9705d75 100644
--- a/packages/hoppscotch-common/src/components/teams/Invite.vue
+++ b/packages/hoppscotch-common/src/components/teams/Invite.vue
@@ -124,6 +124,8 @@
E.isRight(pendingInvites.data) &&
pendingInvites.data.right.team?.teamInvitations.length === 0
"
+ :src="`/images/states/${colorMode.value}/add_group.svg`"
+ :alt="t('empty.pending_invites')"
:text="t('empty.pending_invites')"
/>
diff --git a/packages/hoppscotch-common/src/components/workspace/Selector.vue b/packages/hoppscotch-common/src/components/workspace/Selector.vue
index 24fc1ec03..21b5e0664 100644
--- a/packages/hoppscotch-common/src/components/workspace/Selector.vue
+++ b/packages/hoppscotch-common/src/components/workspace/Selector.vue
@@ -33,7 +33,7 @@
{{ t("team.title") }}
diff --git a/packages/hoppscotch-sh-admin/README.md b/packages/hoppscotch-sh-admin/README.md
index d60c9a6c1..3ef36b7bb 100644
--- a/packages/hoppscotch-sh-admin/README.md
+++ b/packages/hoppscotch-sh-admin/README.md
@@ -24,7 +24,7 @@
## **Built with**
- [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
-- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS), [SCSS](https://sass-lang.com), [Windi CSS](https://windicss.org)
+- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS), [SCSS](https://sass-lang.com), [Tailwind CSS](https://tailwindcss.com)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [TypeScript](https://www.typescriptlang.org)
- [Vue](https://vuejs.org)