Skip to content

Commit

Permalink
Change italic to underline
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Jul 31, 2024
1 parent 8614179 commit e9f9192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/spacewalk/bridge/Issue/Disclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function AmplitudeDisclaimer() {
<li>Security Deposit: 0.5% of the transaction amount in AMPE, returned after successful bridging.</li>
<li>
Estimated Time: Within a minute after submitting the Stellar transaction. Contact
<a href={PENDULUM_SUPPORT_CHAT_URL} target="_blank" rel="noreferrer" className="mx-1 italic text-primary">
<a href={PENDULUM_SUPPORT_CHAT_URL} target="_blank" rel="noreferrer" className="mx-1 text-primary underline">
support
</a>
if your transaction is still pending after 10 minutes.
Expand All @@ -30,7 +30,7 @@ function PendulumDisclaimer() {
<li>Security Deposit: 0.5% of the transaction amount in PEN, refunded after successful bridging.</li>
<li>
Estimated Time: Within a minute after submitting the Stellar transaction. Contact
<a href={PENDULUM_SUPPORT_CHAT_URL} target="_blank" rel="noreferrer" className="mx-1 italic text-primary/50">
<a href={PENDULUM_SUPPORT_CHAT_URL} target="_blank" rel="noreferrer" className="mx-1 text-primary/50 underline">
support
</a>
if your transaction is still pending after 10 minutes.
Expand Down

0 comments on commit e9f9192

Please sign in to comment.