diff --git a/frontend/src/modules/dashboard/Dashboard.tsx b/frontend/src/modules/dashboard/Dashboard.tsx
index 1616b7ab4c32a685e38f4ecbd634e28823623daa..c0281a49be830a10b393dfb0335705545a70c471 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>