Skip to content
Snippets Groups Projects
Commit 0a57fc54 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

make commit hash a link back to github.

parent 89c4f62e
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ export default class ProfileLink extends Component {
<h2 className="text-dark">Thanks for using Metabase!</h2>
<p className="pt2">
<h3 className="text-dark">You're on version {tag}</h3>
<span className="text-grey-3">build #{hash}</span>
<span className="text-grey-3">build <a className="link" href={"https://github.com/metabase/metabase/commit/"+hash} target="_blank">#{hash}</a></span>
</p>
<p className="pt2">
If you require the legalese ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment