fix(layout): correctly print short git commit hash with 7 chars instead of 8@@ -84,7 +84,7 @@ export const Layout: FC<LayoutProps & WithThemeSchemeProp> = (commonProps) => {
<StyledFooterWrapper>
<p>
<a href={"https://gitfoss.io/ethicdevs/gitfoss"}>
- GitFOSS - v{appVersion} (#{gitStamp.slice(0, 8)}) - MIT License
+ GitFOSS - v{appVersion} (#{gitStamp.slice(0, 7)}) - MIT License
</a>
</p>
</StyledFooterWrapper>