Skip to content

Commit

Permalink
Remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickDevv committed Apr 29, 2024
1 parent 9875364 commit bcb1cd0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,5 @@ const isMembersPage = pathname.includes("members");
</a>
)
}

{
config.socialNetworks.facebook && (
<a
class="socialNetwoks"
href={config.socialNetworks.facebook}
target="_blank"
rel="noopener noreferrer"
>
<FacebookIcon />
</a>
)
}
</div>
</div>

0 comments on commit bcb1cd0

Please sign in to comment.