From 99778360e2621090660980d6bcef915d84739d87 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 8 Jun 2021 10:53:07 +0200 Subject: [PATCH] Add close button to QR modal --- views/profile.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/profile.pug b/views/profile.pug index 3762f6e..da3eb80 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -86,7 +86,9 @@ block content div canvas#qr p - a#qr--altLink + a(href="" tabindex="0")#qr--altLink + form(method="dialog") + input(type="submit" value="Close") if (isSignature) #profileSigInput.form-wrapper.card