mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
remove link underline style
This commit is contained in:
@ -17,12 +17,7 @@ const DataDisplay: React.FC<React.PropsWithChildren<Props>> = ({ icon, link, cla
|
|||||||
return (
|
return (
|
||||||
<div className={clsx('inline-flex items-center gap-1', className)}>
|
<div className={clsx('inline-flex items-center gap-1', className)}>
|
||||||
{icon}
|
{icon}
|
||||||
<a
|
<a target="_blank" rel="noreferrer" href={addHttp(link)} className={textClassName}>
|
||||||
target="_blank"
|
|
||||||
rel="noreferrer"
|
|
||||||
href={addHttp(link)}
|
|
||||||
className={clsx('underline underline-offset-2', textClassName)}
|
|
||||||
>
|
|
||||||
{children}
|
{children}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user