diff --git a/dashboard/client/src/Dashboard.tsx b/dashboard/client/src/Dashboard.tsx index e542695ec..ce65734d2 100644 --- a/dashboard/client/src/Dashboard.tsx +++ b/dashboard/client/src/Dashboard.tsx @@ -65,20 +65,26 @@ export default function Dashboard({}: Props) { }, }} > - { - config.logo ? {STACK_NAME} - : STACK_NAME - } - - {user ? ( - } - label={STACK_VERSION} - color={'info'} - /> - ) : ( - '' - )} +
+ { + config.logo ? {STACK_NAME} + : STACK_NAME + } + + {user ? ( + } + label={STACK_VERSION} + color={'info'} + component="a" + href="/git-log.html" + target={'_blank'} + clickable + /> + ) : ( + '' + )} +
)}