Skip to content

Commit a0b4b9d

Browse files
committed
footer link fix
1 parent 6b23dae commit a0b4b9d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

frontend/src/components/Footer.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Footer() {
44
/*
55
Theme
66
*/
7-
const { secondThemeColor } = useTheme();
7+
const { secondThemeColor, textThemeColor } = useTheme();
88

99
return (
1010
<footer
@@ -14,7 +14,10 @@ function Footer() {
1414
<p>Meta Clock 2025</p>
1515
<div className="Footer__bottom__wrapper">
1616
<p className="Footer__small__p__text">Inspired by </p>
17-
<a href="https://www.humanssince1982.com/en-eu/products/clockclock-24-white">ClockClock 24</a>
17+
<a
18+
href="https://www.humanssince1982.com/en-eu/products/clockclock-24-white"
19+
style={{ "--after-color": textThemeColor }}
20+
>ClockClock 24</a>
1821
</div>
1922
</footer>
2023
);

0 commit comments

Comments
 (0)