diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-04-27 08:50:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-04-27 08:50:53 +0200 |
commit | 93b7033fed80cca1df0e339c76755dd85089141d (patch) | |
tree | a693b7dc3ccf3ac8ac160c0a355d963aa7463aa0 /components | |
parent | db1092074f0c3b9a75081355f09e37357b35df4b (diff) |
max-width footer
Diffstat (limited to 'components')
-rw-r--r-- | components/footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/footer.tsx b/components/footer.tsx index 575f7e9..a20a746 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -44,7 +44,7 @@ export function Footer() { <h2>4 op een rij</h2> <span className='versionString subtile posabs abscenterv'> <span className='number'>v{status?.version.number}</span> - <span className='commit'>({status?.version.commit.substr(0, 8)})</span> + <span className='commit'>({status?.version.commit_short})</span> </span> </div> <div className='content'> |