Skip to content

Commit 7034fa4

Browse files
Add GitHub link to footer
Add GitHub link to the footer component used on the landing and pricing pages.
1 parent ebd5877 commit 7034fa4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/pricing/PricingFooter.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
import { Link } from "react-router-dom";
3-
import { Globe, TrendingUp } from "lucide-react";
2+
import { Globe, TrendingUp, Github } from "lucide-react";
43

54
export const PricingFooter = () => {
65
return (
@@ -20,6 +19,14 @@ export const PricingFooter = () => {
2019
<div className="w-10 h-10 bg-slate-800 rounded-full flex items-center justify-center hover:bg-slate-700 transition-colors cursor-pointer">
2120
<TrendingUp className="w-5 h-5 text-slate-400" />
2221
</div>
22+
<a
23+
href="https://github.com/antho8101/RefSpring"
24+
target="_blank"
25+
rel="noopener noreferrer"
26+
className="w-10 h-10 bg-slate-800 rounded-full flex items-center justify-center hover:bg-slate-700 transition-colors cursor-pointer"
27+
>
28+
<Github className="w-5 h-5 text-slate-400" />
29+
</a>
2330
</div>
2431
</div>
2532
<div>

0 commit comments

Comments
 (0)