refactor: remove broken link red highlight
All checks were successful
Deploy eolas-app / deploy (push) Successful in 1m7s
All checks were successful
Deploy eolas-app / deploy (push) Successful in 1m7s
This commit is contained in:
parent
caef8ddf6b
commit
e852772f56
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@ export default function BodyLink({ link, children }) {
|
|||
)
|
||||
} else
|
||||
return (
|
||||
<a className="text-red-500 line-through" href={`/entries/${path}`}>
|
||||
<a
|
||||
className="text-foreground underline-offset-4 underline hover:text-gray-700 dark:hover:text-green-300"
|
||||
href={`/entries/${path}`}
|
||||
>
|
||||
{children}
|
||||
</a>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue