From 7fa6631a13467e983e8e7d78d7897a86be322c50 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 8 Apr 2019 20:28:07 -0700 Subject: Adding versioning to front page. - Fixes #51 --- ui/src/components/navbar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/src/components/navbar.tsx') diff --git a/ui/src/components/navbar.tsx b/ui/src/components/navbar.tsx index c4b51e37..ca0c5a2a 100644 --- a/ui/src/components/navbar.tsx +++ b/ui/src/components/navbar.tsx @@ -2,6 +2,7 @@ import { Component, linkEvent } from 'inferno'; import { Link } from 'inferno-router'; import { repoUrl } from '../utils'; import { UserService } from '../services'; +import { version } from '../version'; interface NavbarState { isLoggedIn: boolean; @@ -40,7 +41,7 @@ export class Navbar extends Component { navbar() { return (