add icon funnies for email icon
This commit is contained in:
parent
37bbaf262e
commit
89b40c2b3a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const useIcons = Boolify(import.meta.env.PUBLIC_USEICONS);
|
||||||
{
|
{
|
||||||
useIcons && (
|
useIcons && (
|
||||||
<a href={href} target="_blank" rel="noopener noreferrer">
|
<a href={href} target="_blank" rel="noopener noreferrer">
|
||||||
<i class={`fa-brands fa-${icon ? icon : text.toLowerCase()} fa-2xl`} />
|
<i class={`fa${(icon ? icon : text.toLowerCase()) == "envelope" ? '' : '-brands'} fa-${icon ? icon : text.toLowerCase()} fa-2xl`} />
|
||||||
</a>
|
</a>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue