AW-86-underline-links

This commit is contained in:
Денис Катаев 2024-06-13 00:01:54 +00:00 committed by Daniil Chemerkin
parent 243fb9e2b1
commit 9affc8a43b
2 changed files with 5 additions and 1 deletions

View File

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

View File

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