Skip to content

Commit 54c4fa1

Browse files
committed
style: update Header and Footer links and text colors
1 parent dc3473e commit 54c4fa1

2 files changed

Lines changed: 5 additions & 23 deletions

File tree

components/layout/Footer.tsx

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,6 @@ const Footer = () => {
113113
<div className='col-span-1'>
114114
<h3 className='text-lg font-medium text-gray-900'>Information</h3>
115115
<ul className='mt-4 space-y-2'>
116-
<li>
117-
<Link
118-
href='https://github.com/fork-commit-merge/fork-commit-merge/blob/main/CONTRIBUTING.md'
119-
target='_blank'
120-
rel='noopener noreferrer'
121-
className='text-sm text-gray-600 hover:text-modern-purple'
122-
>
123-
Contributing
124-
</Link>
125-
</li>
126116
<li>
127117
<Link
128118
href='/privacy-policy'
@@ -160,7 +150,7 @@ const Footer = () => {
160150
<li>
161151
<Link
162152
href='/help/faq'
163-
className='text-gray-300 hover:text-white'
153+
className='text-sm text-gray-600 hover:text-modern-purple'
164154
>
165155
FAQ
166156
</Link>
@@ -173,14 +163,6 @@ const Footer = () => {
173163
Resources
174164
</Link>
175165
</li>
176-
<li>
177-
<Link
178-
href='/ai/ai'
179-
className='text-sm text-gray-600 hover:text-modern-purple'
180-
>
181-
AI Tools
182-
</Link>
183-
</li>
184166
<li>
185167
<Link
186168
href='https://opensource.org/'

components/layout/Header.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ const Header = () => {
331331
<div className='flex items-center space-x-4'>
332332
<Link
333333
href='/community/contributors'
334-
className='rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white'
334+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
335335
>
336336
Contributors
337337
</Link>
338338
<Link
339339
href='/help/faq'
340-
className='rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white'
340+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
341341
>
342342
FAQ
343343
</Link>
@@ -544,13 +544,13 @@ const Header = () => {
544544

545545
<Link
546546
href='/community/contributors'
547-
className='block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white'
547+
className='block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
548548
>
549549
Contributors
550550
</Link>
551551
<Link
552552
href='/help/faq'
553-
className='block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white'
553+
className='block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-700 hover:text-white'
554554
>
555555
FAQ
556556
</Link>

0 commit comments

Comments
 (0)