fix: added linkedin icon
This commit is contained in:
BIN
community/public/images/linkedin.png
Normal file
BIN
community/public/images/linkedin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 564 B |
@@ -35,7 +35,7 @@
|
|||||||
<div class="social-icons">
|
<div class="social-icons">
|
||||||
{% if member.linkedin %}
|
{% if member.linkedin %}
|
||||||
<a class="linkedin" href="{{ member.linkedin }}">
|
<a class="linkedin" href="{{ member.linkedin }}">
|
||||||
<img src="/assets/community/icons/linkedin.svg">
|
<img src="/assets/community/images/linkedin.png">
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if member.medium %}
|
{% if member.medium %}
|
||||||
|
|||||||
Reference in New Issue
Block a user