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

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

parent 3331b9a9
No related branches found
No related tags found
1 merge request!44fix(version): fix the env variable of GP version
......@@ -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