mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
Removed url && in the link prop
This commit is contained in:
@ -84,7 +84,7 @@ const Section: React.FC<SectionProps> = ({
|
||||
|
||||
{url && (
|
||||
<div className="inline-flex justify-center">
|
||||
<a href={url && addHttp(url)} target="_blank" rel="noreferrer">
|
||||
<a href={addHttp(url)} target="_blank" rel="noreferrer">
|
||||
{url}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user