From 8b7eac86a92a5c5b9c6dab0a635cfd2c8ee5e702 Mon Sep 17 00:00:00 2001
From: Tin Geber <tin@greenhost.nl>
Date: Mon, 29 May 2023 20:55:33 +0200
Subject: [PATCH] declaring an icon cause our tests are so sensitive

---
 frontend/src/modules/dashboard/Dashboard.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/modules/dashboard/Dashboard.tsx b/frontend/src/modules/dashboard/Dashboard.tsx
index 1616b7ab..c0281a49 100644
--- a/frontend/src/modules/dashboard/Dashboard.tsx
+++ b/frontend/src/modules/dashboard/Dashboard.tsx
@@ -45,7 +45,7 @@ export const Dashboard: React.FC = () => {
             <p className="">Version {systemInfo.version} </p>
             <span>{versionStatusIcon}</span>
             <a className="hover:text-primary-500 underline" href={systemInfo.releaseNotesUrl}>
-              (Changelog)
+              (Changelog <NewspaperIcon className="h-4 w-4 inline" />)
             </a>
           </div>
         </div>
-- 
GitLab