fix: added linkedin icon

This commit is contained in:
pateljannat
2021-07-15 17:05:54 +05:30
parent 4891be1d8c
commit eaa9e8e3ea
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

View File

@@ -35,7 +35,7 @@
<div class="social-icons">
{% if member.linkedin %}
<a class="linkedin" href="{{ member.linkedin }}">
<img src="/assets/community/icons/linkedin.svg">
<img src="/assets/community/images/linkedin.png">
</a>
{% endif %}
{% if member.medium %}