Skip to content

Commit

Permalink
fix: logo, email links
Browse files Browse the repository at this point in the history
  • Loading branch information
jakapozun committed Nov 9, 2024
1 parent 6386feb commit 4641601
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
16 changes: 8 additions & 8 deletions src/app/privacy-policy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,11 @@ const Page = () => {
If you have any particular question regarding your rights or if any
of the information that you have provided us with has changed, e.g.
if you change your email address or other contact details, please
let us know by sending an email outlining the changes to: info
let us know by sending an email outlining the changes to: 
</span>
<a href="mailto:info@ixilabs.com">
<u>
<span>@ixilabs.io</span>
<span>info@ixilabs.io</span>
</u>
</a>
<span>.</span>
Expand Down Expand Up @@ -516,11 +516,11 @@ const Page = () => {
</p>
<p>
<span>
by us. In case you wish to obtain such data send an email to info
by us. In case you wish to obtain such data send an email to&nbsp;
</span>
<a href="mailto:info@ixilabs.com">
<u>
<span>@ixilabs.io</span>
<span>info@ixilabs.io</span>
</u>
</a>
<span>
Expand Down Expand Up @@ -584,11 +584,11 @@ const Page = () => {
You can at any time change or withdraw your consent from the Cookie
Policy page on our website. If you fail to receive any information
about cookies and the use of cookies on our website from this
document, please contact us at info
document, please contact us at&nbsp;
</span>
<a href="mailto:info@ixilabs.com">
<u>
<span>@ixilabs.io</span>
<span>info@ixilabs.io</span>
</u>
</a>
<span>.</span>
Expand Down Expand Up @@ -774,11 +774,11 @@ const Page = () => {
<p>
<span>
If you have any questions about this Privacy Policy or any of the
provision, you can contact us by email: info
provision, you can contact us by email:&nbsp;
</span>
<a href="mailto:info@ixilabs.com">
<u>
<span>@ixilabs.io</span>
<span>info@ixilabs.io</span>
</u>
</a>
<span>.&nbsp;</span>
Expand Down
8 changes: 5 additions & 3 deletions src/components/Navbar/Navbar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
gap: 44px;

a {
@include caption-02;
&:not(:first-child) {
@include caption-02;

@include mq('sm') {
display: none;
@include mq('sm') {
display: none;
}
}
}
}
Expand Down

0 comments on commit 4641601

Please sign in to comment.