mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
fix: disable hover:underline on link of Respository (open source)
This commit is contained in:
parent
52870fd6a4
commit
3b208c6614
@ -15,9 +15,7 @@ export const Repository: React.FC<RepositoryProps> = (props) => {
|
||||
<a href={href} target='_blank' rel='noopener noreferrer'>
|
||||
<div className='flex'>
|
||||
<GitHubIcon className='h-6 mr-2' />
|
||||
<span className='text-yellow dark:text-yellow-dark hover:underline'>
|
||||
{name}
|
||||
</span>
|
||||
<span className='text-yellow dark:text-yellow-dark'>{name}</span>
|
||||
</div>
|
||||
<p className='my-4'>{description}</p>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user