diff --git a/README.md b/README.md
index 8ae47ed84..a95113b93 100644
--- a/README.md
+++ b/README.md
@@ -48,28 +48,6 @@
[](https://hoppscotch.io/discord) [](https://hoppscotch.io/telegram) [](https://github.com/hoppscotch/hoppscotch/discussions)
-
- Table of contents
-
----
-
-- [Features](#features)
-- [Demo](#demo)
-- [Usage](#usage)
-- [Built with](#built-with)
-- [Developing](#developing)
-- [Docker](#docker)
-- [Releasing](#releasing)
-- [Contributing](#contributing)
-- [Continuous Integration](#continuous-integration)
-- [Changelog](#changelog)
-- [Authors](#authors)
-- [License](#license)
-
----
-
-
-
### **Features**
❤️ **Lightweight:** Crafted with minimalistic UI design.
diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue
index fb2445177..60d743f60 100644
--- a/packages/hoppscotch-app/components/app/Header.vue
+++ b/packages/hoppscotch-app/components/app/Header.vue
@@ -75,7 +75,9 @@
:alt="currentUser.displayName"
:title="currentUser.displayName"
indicator
- :indicator-styles="isOnLine ? 'bg-green-500' : 'bg-red-500'"
+ :indicator-styles="
+ network.isOnline ? 'bg-green-500' : 'bg-red-500'
+ "
/>
-
+
@@ -138,7 +140,8 @@