We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f93273 commit c4ed699Copy full SHA for c4ed699
src/components/landing/LandingFooter.tsx
@@ -1,4 +1,5 @@
1
2
+
3
import { Globe, TrendingUp, Github } from "lucide-react";
4
import { Link } from "react-router-dom";
5
import { LanguageSelector } from "@/components/LanguageSelector";
@@ -10,7 +11,7 @@ export const LandingFooter = () => {
10
11
return (
12
<footer className="py-16 px-4 sm:px-6 lg:px-8 bg-slate-900 border-t border-slate-800">
13
- <div className="max-w-7xl mx-auto">
14
+ <div className="mx-auto">
15
<div className="grid md:grid-cols-5 gap-8">
16
<div className="md:col-span-2">
17
<div className="font-bold text-3xl text-white mb-4">RefSpring</div>
@@ -76,3 +77,4 @@ export const LandingFooter = () => {
76
77
</footer>
78
);
79
};
80
0 commit comments