@@ -23,7 +23,7 @@ export function Footer() {
2323 priority
2424 />
2525 </ Link >
26- < p className = 'text-sm text-gray-400 ' >
26+ < p className = 'text-sm text-[#B5B5B5] ' >
2727 © { currentYear } Boundless — Transparent, Community-Driven,
2828 Web3-Native Funding.
2929 </ p >
@@ -35,25 +35,25 @@ export function Footer() {
3535 >
3636 < Link
3737 href = '/terms'
38- className = 'hover:text-primary rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
38+ className = 'hover:text-primary rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
3939 >
4040 Terms of Service
4141 </ Link >
4242 < Link
4343 href = '/privacy'
44- className = 'hover:text-primary rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
44+ className = 'hover:text-primary rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
4545 >
4646 Privacy Policy
4747 </ Link >
4848 < Link
4949 href = '/code-of-conduct'
50- className = 'hover:text-primary ml-10 rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
50+ className = 'hover:text-primary ml-10 rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
5151 >
5252 Code of Conduct
5353 </ Link >
5454 < Link
5555 href = '/disclaimer'
56- className = 'hover:text-primary ml-5 rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
56+ className = 'hover:text-primary ml-5 rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
5757 >
5858 Disclaimer
5959 </ Link >
@@ -123,25 +123,25 @@ export function Footer() {
123123 >
124124 < Link
125125 href = '/terms'
126- className = 'hover:text-primary rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
126+ className = 'hover:text-primary rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
127127 >
128128 Terms of Service
129129 </ Link >
130130 < Link
131131 href = '/privacy'
132- className = 'hover:text-primary rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
132+ className = 'hover:text-primary rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
133133 >
134134 Privacy Policy
135135 </ Link >
136136 < Link
137137 href = '/code-of-conduct'
138- className = 'hover:text-primary ml-10 rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
138+ className = 'hover:text-primary ml-10 rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
139139 >
140140 Code of Conduct
141141 </ Link >
142142 < Link
143143 href = '/disclaimer'
144- className = 'hover:text-primary ml-5 rounded text-sm text-gray-400 transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
144+ className = 'hover:text-primary ml-5 rounded text-sm text-[#B5B5B5] transition-colors focus:ring-2 focus:ring-white/50 focus:outline-none'
145145 >
146146 Disclaimer
147147 </ Link >
@@ -178,7 +178,7 @@ export function Footer() {
178178 ) ) }
179179 </ nav >
180180
181- < p className = 'text-center text-sm text-gray-400 ' >
181+ < p className = 'text-center text-sm text-[#B5B5B5] ' >
182182 © { currentYear } Boundless — Transparent,
183183 < br />
184184 Community-Driven, Web3-Native Funding.
0 commit comments