Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 8784bfe

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)