mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +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 (
|
||||
<div className={clsx('inline-flex items-center gap-1', className)}>
|
||||
{icon}
|
||||
<a
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href={addHttp(link)}
|
||||
className={clsx('underline underline-offset-2', textClassName)}
|
||||
>
|
||||
<a target="_blank" rel="noreferrer" href={addHttp(link)} className={textClassName}>
|
||||
{children}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user