Skip to content

Commit a8fa949

Browse files
committed
link added to footer
1 parent dda26d9 commit a8fa949

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Footer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ function Footer() {
1212
style={{ backgroundColor: secondThemeColor }}
1313
>
1414
<p>Meta Clock 2025</p>
15-
<p className="Footer__small__p__text">Inspired by ClockClock 24</p>
15+
<p className="Footer__small__p__text">Inspired by</p>
16+
<a href="https://www.humanssince1982.com/en-eu/products/clockclock-24-white">ClockClock 24</a>
1617
</footer>
1718
);
1819
}

0 commit comments

Comments
 (0)