Sacha Weatherstone
4 years ago
No known key found for this signature in database
GPG Key ID: 7AB2D7E206124B31
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|