mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Changed InlineLink style
This commit is contained in:
parent
1436145603
commit
2ec382d5a3
@ -3,7 +3,7 @@ import Link from 'next/link'
|
|||||||
|
|
||||||
export function InlineLink({href, children}: { href: string, children: ReactNode }) {
|
export function InlineLink({href, children}: { href: string, children: ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<Link href={href} className="transition hover:text-indigo-500 dark:hover:text-indigo-400">
|
<Link href={href} className="text-indigo-500 dark:text-indigo-400 hover:underline">
|
||||||
{children}
|
{children}
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user