Merge branch 'AW-86-underline-links' into 'develop'
AW-86-underline-links See merge request witapp/aura-webapp!174
This commit is contained in:
commit
2fb3606989
@ -27,7 +27,7 @@ function PrivacyPolicy({ containerClassName = "" }: IPrivacyPolicyProps) {
|
||||
>
|
||||
Privacy Policy
|
||||
</a>
|
||||
,
|
||||
,{" "}
|
||||
<a
|
||||
href="https://aura.wit.life/terms"
|
||||
target="_blank"
|
||||
|
||||
@ -9,4 +9,8 @@
|
||||
font-size: 14px;
|
||||
line-height: 125%;
|
||||
color: #515151;
|
||||
}
|
||||
|
||||
.text > a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user