mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-08 22:31: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'>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user