From 608a7d6d5a5876fe2aa6c89a3f961d0eedd28e12 Mon Sep 17 00:00:00 2001
From: Eugen Ciur <eugen@papermerge.com>
Date: Sun, 23 Jan 2022 10:17:21 +0100
Subject: [PATCH] minor adjustments

---
 app/components/button/sign_in.hbs | 2 +-
 app/components/nav/topbar.hbs     | 4 ++--
 app/components/spinner.hbs        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/components/button/sign_in.hbs b/app/components/button/sign_in.hbs
index 14d2cc8..fafb68c 100644
--- a/app/components/button/sign_in.hbs
+++ b/app/components/button/sign_in.hbs
@@ -11,4 +11,4 @@
       <Spinner @inProgress={{@inProgress}} />
       Sign In
   </button>
-{{/if}}
\ No newline at end of file
+{{/if}}
diff --git a/app/components/nav/topbar.hbs b/app/components/nav/topbar.hbs
index b035c76..ef5c0a0 100644
--- a/app/components/nav/topbar.hbs
+++ b/app/components/nav/topbar.hbs
@@ -1,4 +1,4 @@
-<nav class="navbar navbar-expand-lg nav-topbar">
+<nav class="navbar navbar-expand nav-topbar">
   <div class="container-fluid">
     <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
       <span class="navbar-toggler-icon"></span>
@@ -46,4 +46,4 @@
         {{/if }}
     </div>
   </div>
-</nav>
\ No newline at end of file
+</nav>
diff --git a/app/components/spinner.hbs b/app/components/spinner.hbs
index eb08bb1..227772c 100644
--- a/app/components/spinner.hbs
+++ b/app/components/spinner.hbs
@@ -2,4 +2,4 @@
   class="spinner-border spinner-border-sm {{if @inProgress 'visible' 'invisible'}}"
   role="status"
   aria-hidden="true">
-</span>
\ No newline at end of file
+</span>
-- 
GitLab