1- < < << << < HEAD
21/**
32 * Shared Footer Component.
43 * Contains copyright information, primary resource links, and social media integrations.
54 * Automatically sticks to the bottom of the viewport via flexbox in the layout.
65 */
7- = === ===
86"use client" ;
97
108import React from "react" ;
119import { ExternalLink } from "lucide-react" ;
1210import NetworkToggle from "../NetworkToggle" ;
1311import Icon from "../ui/Icon" ;
14- > >>> >>> upstream / main
1512
1613import React from "react" ;
1714import { ExternalLink , Twitter , Github , Mail } from "lucide-react" ;
@@ -21,21 +18,17 @@ import Link from "next/link";
2118 * A consistent footer for all TradeFlow pages.
2219 */
2320export default function Footer ( ) {
24- < < << << < HEAD
2521 // --- Configuration ---
2622 const currentYear = new Date ( ) . getFullYear ( ) ;
27- = === ===
2823 const handleClearCache = ( ) => {
2924 localStorage . clear ( ) ;
3025 sessionStorage . clear ( ) ; // Good measure for QA
3126 alert ( "App data cleared. Please refresh the page." ) ;
3227 } ;
33- > >>> >>> upstream / main
3428
3529 return (
3630 < footer className = "bg-slate-900 border-t border-slate-800 py-12 px-8 mt-auto" role = "contentinfo" >
3731 < div className = "max-w-7xl mx-auto" >
38- < < << << < HEAD
3932 < div className = "flex flex-col lg:flex-row justify-between items-start lg:items-center gap-12 lg:gap-8" >
4033
4134 { /* Brand Info */ }
@@ -122,7 +115,6 @@ export default function Footer() {
122115 < div className = "w-1.5 h-1.5 rounded-full bg-emerald-500 shadow-[0_0_8px_rgba(16,185,129,0.5)]" />
123116 Network Status: Operational
124117 </ div >
125- =======
126118 < div className = "flex flex-col md:flex-row justify-between items-center gap-4" >
127119
128120 < div className = "flex items-center gap-4" >
@@ -179,16 +171,12 @@ export default function Footer() {
179171 < span className = "text-slate-400 text-sm" > Systems Operational</ span >
180172 </ div >
181173
182- >>> >>> > upstream / main
183174 </ div >
184175 </ div >
185176 </ footer >
186177 );
187178}
188- << << << < HEAD
189179
190- = === ===
191180// Inconsequential change for repo health
192181
193182// Maintenance: minor update
194- >>> >>> > upstream/main
0 commit comments