From 4de79724c71cf59d9a8f1c5a6924d37345cc5ca3 Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Sun, 31 Mar 2019 10:09:03 -0700 Subject: [PATCH] Fixed missing fontawesome import on advisor page Signed-off-by: Matt Oswalt --- Makefile | 2 +- src/main/webapp/advisor/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d71f2a..c75a79a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -TARGET_VERSION ?= latest +TARGET_VERSION ?= release-v0.3.1 all: docker diff --git a/src/main/webapp/advisor/index.html b/src/main/webapp/advisor/index.html index 5b9e410..d90d66f 100644 --- a/src/main/webapp/advisor/index.html +++ b/src/main/webapp/advisor/index.html @@ -9,6 +9,7 @@ +