From 42f242993722dd977b8167998b546e0af8b2cba0 Mon Sep 17 00:00:00 2001 From: Thomas Atkins Date: Sat, 8 Feb 2020 23:22:12 -0600 Subject: [PATCH] fixed redrect links --- app/views/welcome.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/welcome.pug b/app/views/welcome.pug index 76f4f06..dea3e76 100644 --- a/app/views/welcome.pug +++ b/app/views/welcome.pug @@ -37,10 +37,10 @@ html body .flitter-container img.flitter-image(src="/assets/logo/3x/logo3x.png") - a.flitter-name(href="https://hack20.glmdev.tech/i" target="_blank") powered by #{_app.name} + a.flitter-name(href="/login" target="_blank") powered by #{_app.name} if user .flitter-container p.flitter-text Welcome, #{user.uid}! Log out. else .flitter-container - p.flitter-text New to #{_app.name}? Start here. + p.flitter-text New to #{_app.name}? Start here.