Skip to content

Commit

Permalink
feat: clickable sha in footer (monicahq/chandler#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored and asbiin committed Mar 31, 2023
1 parent 15e1463 commit b0a52bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/js/Shared/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,12 @@ main {
<li class="mr-4 inline">Monica. Since 2017.</li>
<li class="inline">
Current version: {{ layoutData.version.date }}
<span class="sha ml-2 font-mono">{{ layoutData.version.sha }}</span>

<a-tooltip placement="topLeft" title="Click to see the code" arrow-point-at-center>
<a href="https://github.com/djaiss/butler/commits/main" target="_blank" class="sha ml-2 font-mono">{{
layoutData.version.sha
}}</a>
</a-tooltip>
</li>
</ul>
</footer>
Expand Down

0 comments on commit b0a52bf

Please sign in to comment.