diff --git a/app/views/welcome.pug b/app/views/welcome.pug index 72c7285..7995814 100644 --- a/app/views/welcome.pug +++ b/app/views/welcome.pug @@ -37,7 +37,7 @@ html body .flitter-container img.flitter-image(src="/assets/flitter.png") - a.flitter-name(href="https://dev.azure.com/HackKu" target="_blank") powered by #{_app.name} + a.flitter-name(href="https://hack20.glmdev.tech/i" target="_blank") powered by #{_app.name} if user .flitter-container p.flitter-text Welcome, #{user.uid}! Log out.