File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1-
21import { Link } from "react-router-dom" ;
3- import { Globe , TrendingUp } from "lucide-react" ;
2+ import { Globe , TrendingUp , Github } from "lucide-react" ;
43
54export 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 >
You can’t perform that action at this time.
0 commit comments