mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-29 11:47:41 +02:00
path and single quotes
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user