Merge branch 'AW-86-underline-links' into 'develop'

AW-86-underline-links

See merge request witapp/aura-webapp!174
This commit is contained in:
Daniil Chemerkin 2024-06-13 00:01:54 +00:00
commit 2fb3606989
2 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function PrivacyPolicy({ containerClassName = "" }: IPrivacyPolicyProps) {
>
Privacy Policy
</a>
,
,{" "}
<a
href="https://aura.wit.life/terms"
target="_blank"

View File

@ -9,4 +9,8 @@
font-size: 14px;
line-height: 125%;
color: #515151;
}
.text > a {
text-decoration: underline;
}