mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: use public git sha env var
This commit is contained in:
parent
64827eada0
commit
e1f3eb6be3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export const Menu = (props : any ) => {
|
|||
<SearchArea>
|
||||
<Search>
|
||||
<ToolTip content={<div>
|
||||
<p>{process.env.VERCEL_GIT_COMMIT_SHA}</p>
|
||||
<p>{process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_SHA}</p>
|
||||
</div>}><PreAlphaLabel>pre-alpha</PreAlphaLabel></ToolTip>
|
||||
</Search>
|
||||
</SearchArea>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue