Skip to content

Commit

Permalink
chore: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gao committed Apr 4, 2023
1 parent e7f8a25 commit 83b6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/ui/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Footer() {
const commit_ref = (env["COMMIT_REF"] as string) || "N/a"
info = (
<>
Current build: {branch}@{commit_ref.slice(0, 7)} ({build_date}).
Current build: {branch}@{commit_ref.slice(0, 7)} ({build_date})
</>
)
} else {
Expand Down

0 comments on commit 83b6967

Please sign in to comment.