Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Oct 4, 2023
1 parent a5e9629 commit 64ec780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/QRCodeGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def render_form_v2(self):
)
fields = {"email": fields.get("email", "")}
if st.button(
"<u>Import other contact info</u> from my email - magic!",
"<u>Import other contact info</u> from my email - magic!",
className="link-button",
):
if not fields.get("email"):
Expand Down

0 comments on commit 64ec780

Please sign in to comment.