From 67a4bd366311e409cb64a32f924b1e8564f1a596 Mon Sep 17 00:00:00 2001
From: Cedric Willekens <c.s.willekens@student.tudelft.nl>
Date: Sun, 31 May 2020 11:02:21 +0200
Subject: [PATCH] Apply suggestion to
 src/main/resources/templates/connect/components.html

---
 src/main/resources/templates/connect/components.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/connect/components.html b/src/main/resources/templates/connect/components.html
index 9b0a9d4c..dae4bec6 100644
--- a/src/main/resources/templates/connect/components.html
+++ b/src/main/resources/templates/connect/components.html
@@ -4,7 +4,7 @@
 <body>
 <div class="call-bar d-none" th:fragment="callbar(isPatient)">
 	<div class="col-2">
-		<img src="/img/logo.svg" height="52" class="d-none d-sm-inline-block align-middle" alt="We\Visit">
+		<img src="/img/logo.svg" height="52" class="d-none d-md-inline-block align-middle" alt="We\Visit">
 	</div>
 	<div class="col-12 col-md-8 text-center">
 		<button
-- 
GitLab