Skip to content
Snippets Groups Projects
Commit b2425007 authored by Leonardo Christino's avatar Leonardo Christino
Browse files

Merge branch 'fix/env_version' into 'main'

fix(version): fix the env variable of GP version

See merge request !44
parents 3331b9a9 f542cff7
No related branches found
No related tags found
1 merge request!44fix(version): fix the env variable of GP version
Pipeline #126936 passed
......@@ -69,7 +69,7 @@ export const Navbar = (props: NavbarComponentProps) => {
const currentLogo = !'dark' ? logo_white : logo; // TODO: support dark mode
const buildInfo = import.meta.env.VITE_GRAPHPOLAIRS_VERSION || 'dev';
const buildInfo = import.meta.env.VITE_GRAPHPOLARIS_VERSION || 'dev';
return (
<div className="w-full h-auto px-5">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment