Skip to content

Commit

Permalink
Revert text decoration none
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Aug 18, 2024
1 parent 1199265 commit 2644746
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def sign_up(req: SignUpRequest, request: Request):
<p>Please confirm your subscription by clicking the button below. This confirmation email will expire in {CODE_TTL_SEC // 60} minutes.</p>
<a class="confirmation-button" href="{confirmation_url}">Confirm Email</a>
<p>If the button above does not work, please copy and paste the following URL into your browser:</p>
<pre class="monospace-text" style="text-decoration: none;">{confirmation_url}</pre>
<pre class="monospace-text">{confirmation_url}</pre>
<p> This email was sent to {req.email}. If you did not request this subscription, no further action is required. You won't be subscribed if you don't click the confirmation link.</p>
</body>
"""
Expand Down Expand Up @@ -148,7 +148,6 @@ def sign_up(req: SignUpRequest, request: Request):
}}
.monospace-text {{
font-family: 'Courier New', monospace;
text-decoration: none;
}}
</style>
</head>
Expand Down

0 comments on commit 2644746

Please sign in to comment.