mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
Fix: Adding quotation marks seems to fix #1112
This commit is contained in:
@ -15,7 +15,7 @@ const DataDisplay: React.FC<React.PropsWithChildren<Props>> = ({ icon, link, cla
|
||||
return (
|
||||
<div className={clsx('inline-flex items-center gap-1', className)}>
|
||||
{icon}
|
||||
<a href={link} target="_blank" rel="noreferrer" className={textClassName}>
|
||||
<a href={link} target="_blank" rel="noreferrer" className="{textClassName}">
|
||||
{children}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user