Browse Source

Fix commit has not showing

pull/31/head
Sacha Weatherstone 4 years ago
parent
commit
0bb7581846
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/components/layout/Header.tsx

2
src/components/layout/Header.tsx

@ -134,7 +134,7 @@ export const Header = (): JSX.Element => {
href="https://github.com/meshtastic/meshtastic-web"
>
<Button iconBefore={FiGithub}>
{import.meta.env.COMMIT_HASH ?? "DEVELOPMENT"}
{process.env.COMMIT_HASH ?? "DEVELOPMENT"}
</Button>
</Link>
</Tooltip>

Loading…
Cancel
Save