Skip to content

Commit e1fbdea

Browse files
committed
Update privacy notice to include all websites and applications for clarity
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 6ae0a8f commit e1fbdea

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/sections/Company/Legal/privacy/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Privacy = () => {
5050
</thead>
5151
<tbody>
5252
<tr>
53-
<td colSpan="3"><strong>When you browse our website (layer5.io)</strong></td>
53+
<td colSpan="3"><strong>When you browse our websites (layer5.io, getnighthawk.dev, meshery.dev, ) and applications (cloud.layer5.io, kanvas.new)</strong></td>
5454
</tr>
5555
<tr>
5656
<td>To operate, secure, and maintain our website.</td>

src/sections/Company/Legal/terms.style.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ h3 {
2121
.address {
2222
margin-left: 2rem;
2323
}
24+
table, tr {
25+
border: 1px solid #aaa;
26+
border-radius: 5px;
27+
}
28+
th {
29+
font-weight: 700;
30+
background
31+
}
2432
@media only screen and (max-width: 420px) {
2533
.conduct_heading {
2634
text-align: left;

0 commit comments

Comments
 (0)