Skip to content
Snippets Groups Projects

feat(version): add version number to user settings dropdown

Merged Leonardo Christino requested to merge DEV-13 into main
4 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -161,6 +161,10 @@ export const Navbar = (props: NavbarComponentProps) => {
/>
)}
</li>
<div className="menu-title">
<div className="absolute left-0 h-0.5 w-full bg-offwhite-300"></div>
<h3 className="text-xs mt-3">Version: {import.meta.env.VITE_GRAPHPOLARIS_VERSION}</h3>
</div>
</>
) : (
<>
@@ -179,6 +183,10 @@ export const Navbar = (props: NavbarComponentProps) => {
{/* !TODO */}
</button>
</div>
<div className="menu-title">
<div className="absolute left-0 h-0.5 w-full bg-offwhite-300"></div>
<h3 className="text-xs mt-3">Version: {import.meta.env.VITE_GRAPHPOLARIS_VERSION}</h3>
</div>
</>
)}
</ul>
Loading