Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 2cd197b

Browse files
committed
Improve footer color, change link to repository
1 parent abde929 commit 2cd197b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎components/Footer/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ const Footer = () => {
66
<div className="footer wh-100">
77
<p>
88
Made with <span>&hearts;</span> by{" "}
9-
<Link href="https://github.com/excalith">excalith</Link>
9+
<Link
10+
target="_blank"
11+
rel="noopener noreferrer nofollow"
12+
href="https://github.com/excalith/git-cheats">
13+
excalith
14+
</Link>
1015
</p>
1116
</div>
1217
)

‎styles/footer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.footer p {
2-
color: white;
2+
color: #cdd6f4;
33
text-align: center;
44
}
55
.footer p span {

0 commit comments

Comments
 (0)