Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b8b77fa

Browse files
authored
chore: change footer message (#681)
1 parent 492d1a2 commit b8b77fa

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

components/Footer/index.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ import styles from "./style.module.css";
1313
function DefaultAnimation() {
1414
return (
1515
<span>
16-
Psst. Have you checked out the{" "}
17-
<Link href="/faqs" className="text-primary underline">
18-
FAQs
19-
</Link>
20-
&nbsp;yet? Just saying.
16+
Psst. Have you checked the{" "}
17+
<Link href="/challenges" className="text-primary underline">
18+
challenges?
19+
</Link>{" "}
20+
Just saying.
2121
</span>
2222
);
2323
}

layout/FAQs/FAQs.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ function Faq() {
3333
</div>
3434
</Navbar>
3535
<FindUs />
36-
<Footer
37-
color="primary"
38-
footerAnimationText="A lot of stuff to be revealed yet... 🤫"
39-
/>
36+
<Footer color="primary" />
4037
</>
4138
);
4239
}

0 commit comments

Comments
 (0)