Skip to content

Commit

Permalink
use monospace font for git sha
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <joulev.vvd@yahoo.com>
  • Loading branch information
joulev committed Mar 21, 2022
1 parent 65d5391 commit 0a5cfc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/client/layouts/parts/footer.tsx
Expand Up @@ -90,7 +90,10 @@ const Footer: FC = () => {
{process.env.NODE_ENV === "production" && buildId && (
<>
Commit{" "}
<A href={`https://github.com/joulev/ezkomment/commit/${buildId.hash}`}>
<A
href={`https://github.com/joulev/ezkomment/commit/${buildId.hash}`}
className="font-mono"
>
{buildId.shortHash}
</A>{" "}
at{" "}
Expand Down

0 comments on commit 0a5cfc9

Please sign in to comment.