diff --git a/README.md b/README.md index 8ae47ed84..a95113b93 100644 --- a/README.md +++ b/README.md @@ -48,28 +48,6 @@ [![Chat on Discord](https://img.shields.io/badge/chat-Discord-7289DA?logo=discord)](https://hoppscotch.io/discord) [![Chat on Telegram](https://img.shields.io/badge/chat-Telegram-2CA5E0?logo=telegram)](https://hoppscotch.io/telegram) [![Discuss on GitHub](https://img.shields.io/badge/discussions-GitHub-333333?logo=github)](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 @@