1- import { GitBranch , Rocket , FileText , Videotape } from 'lucide-react' ;
1+ import { GitBranch , Rocket , BadgeInfo } from 'lucide-react' ;
22
33export default function Footer ( ) {
44 return (
55 < footer className = "sticky bottom-0 z-10 w-full bg-gray-900 text-gray-400 p-4 border-t border-gray-800 hidden md:block" >
66 < div className = "flex flex-col sm:flex-row justify-between items-center" >
77 < div className = "flex items-center space-x-2 mb-2 sm:mb-0" >
8- < span className = "text-sm" > { new Date ( ) . getFullYear ( ) } - 10xRules by 10xDevs.pl</ span >
9- { /* <span className="text-sm">Env: {envName}</span> */ }
8+ < span className = "text-sm" > Made by 10xDevs & Friends </ span >
109 </ div >
1110 < div className = "flex gap-6 text-sm" >
1211 < a
@@ -19,22 +18,11 @@ export default function Footer() {
1918 10xDevs.pl
2019 </ a >
2120 < a
22- href = "https://github.com/przeprogramowani/10x-test-planner"
23- target = "_blank"
24- rel = "noopener noreferrer"
25- className = "text-gray-400 hover:text-indigo-400 transition-colors duration-200 ease-in-out flex items-center"
26- >
27- < Videotape className = "size-4 mr-1" />
28- 10xTestPlanner
29- </ a >
30- < a
31- href = "https://github.com/przeprogramowani/10x-magic-docs"
32- target = "_blank"
33- rel = "noopener noreferrer"
21+ href = "/privacy/en"
3422 className = "text-gray-400 hover:text-indigo-400 transition-colors duration-200 ease-in-out flex items-center"
3523 >
36- < FileText className = "size-4 mr-1" />
37- 10xMagicDocs
24+ < BadgeInfo className = "size-4 mr-1" />
25+ Privacy
3826 </ a >
3927 < a
4028 href = "https://github.com/przeprogramowani/ai-rules-builder"
@@ -43,7 +31,7 @@ export default function Footer() {
4331 className = "text-gray-400 hover:text-indigo-400 transition-colors duration-200 ease-in-out flex items-center"
4432 >
4533 < GitBranch className = "size-4 mr-1" />
46- Contribute
34+ Improve this app
4735 </ a >
4836 </ div >
4937 </ div >
0 commit comments