Skip to content

Commit 8784bfe

Browse files
committed
fix(dash): substring commit sha
1 parent 1c0c3cf commit 8784bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { CF_PAGES_COMMIT_SHA } from "astro:env/client"
1717
<body>
1818
<nav>
1919
<span>@smc/dashboard</span>
20-
<code>{CF_PAGES_COMMIT_SHA}</code>
20+
<code>{CF_PAGES_COMMIT_SHA.substring(0, 7)}</code>
2121
<ul>
2222
<li>
2323
<a href="/">home</a>

0 commit comments

Comments
 (0)