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