path and single quotes

This commit is contained in:
skidoodle
2022-03-29 23:08:44 +02:00
committed by GitHub
parent abfc3e09b9
commit a75285d22a
12 changed files with 31 additions and 27 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy
<FontAwesomeIcon icon={icon} />
</a>
) : (
<a href={reference} target='_blank' rel="noopener noreferrer" aria-label="Icon">
<a href={reference} target='_blank' rel='noopener noreferrer' aria-label="Icon">
<FontAwesomeIcon icon={icon} />
</a>
)