Fix link color in news
This commit is contained in:
parent
0849692a37
commit
2ecb4d3b86
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ export default function News() {
|
||||||
eeXiv is currently under active development! There may be major
|
eeXiv is currently under active development! There may be major
|
||||||
updates, breaking changes, or weird bugs. Report bugs, suggest new
|
updates, breaking changes, or weird bugs. Report bugs, suggest new
|
||||||
features, or give us feedback at{' '}
|
features, or give us feedback at{' '}
|
||||||
<a href='https://github.com/team-1280/eexiv-2/issues' target='_blank'>
|
<a href='https://github.com/team-1280/eexiv-2/issues' target='_blank' className='text-blue-300'>
|
||||||
our issue tracker.
|
our issue tracker.
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li key={4}>
|
<li key={4}>
|
||||||
Want to upload your documents or just make yourself a profile on
|
Want to upload your documents or just make yourself a profile on
|
||||||
eeXiv? Check our <Link href='/about'>about page</Link> for more
|
eeXiv? Check our <Link href='/about' className='text-blue-300'>about page</Link> for more
|
||||||
information!
|
information!
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue