Skip to content

Commit 6266eae

Browse files
footer update (#185)
1 parent 8546d1f commit 6266eae

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

webnext/src/pages/Home/HomePage.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@ export const HomePage = () => {
1717
<SizedBox height={ThemeSpacing.Xl6} />
1818
<HomeChoice />
1919
<footer>
20-
<p>{m.start_footer_copyright({ currentYear: currentYear.toString() })}</p>
21-
<SizedBox height={ThemeSpacing.Sm} />
20+
<p className="copyright">
21+
<span>Copyright ©2023-{currentYear.toString()} </span>
22+
<a href="https://defguard.net" target="_blank" rel="noopener noreferrer">
23+
Defguard
24+
</a>
25+
<span> Sp. z o.o.</span>
26+
</p>
2227
</footer>
2328
</Page>
2429
);

webnext/src/pages/Home/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
text-align: center;
2727
font: var(--t-body-xs-400);
2828
color: var(--fg-muted);
29+
30+
span,
31+
a {
32+
color: inherit;
33+
}
2934
}
3035
}
3136
}

webnext/src/pages/enrollment/ConfigureClient/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@
1010

1111
footer {
1212
p {
13+
text-align: center;
1314
font: var(--t-body-xs-500);
1415
color: var(--fg-muted);
1516

1617
&.finish {
1718
color: var(--fg-success);
19+
padding-bottom: var(--spacing-sm);
1820
}
1921
}
2022
}

0 commit comments

Comments
 (0)