File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1-
21import { Globe , TrendingUp , Github } from "lucide-react" ;
32import { Link } from "react-router-dom" ;
43import { LanguageSelector } from "@/components/LanguageSelector" ;
@@ -9,6 +8,7 @@ export const LandingFooter = () => {
98
109 return (
1110 < footer className = "py-16 px-4 sm:px-6 lg:px-8 bg-slate-900 border-t border-slate-800" >
11+
1212 < div className = "max-w-7xl mx-auto" >
1313 < div className = "grid md:grid-cols-5 gap-8" >
1414 < div className = "md:col-span-2" >
@@ -61,7 +61,7 @@ export const LandingFooter = () => {
6161 < div className = "border-t border-slate-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center gap-4" >
6262 < p className = "text-slate-400" > © 2024 RefSpring. All rights reserved.</ p >
6363 < div className = "flex flex-col sm:flex-row items-center gap-4" >
64- < div className = "bg-white rounded-lg p-2 " >
64+ < div className = "bg-white rounded-xl p-3 shadow-lg " >
6565 < LanguageSelector />
6666 </ div >
6767 < div className = "flex gap-6" >
You can’t perform that action at this time.
0 commit comments