Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
nurielmeni committed Jul 31, 2021
1 parent 421e635 commit 950f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/socialConnect.php
Expand Up @@ -4,7 +4,7 @@
<li>
<a class="dt-icons-selector <?= $linkClass ?>" href="<?= $item['url'] ?>" rel="noopener" title="<?= $title ?>" target="_blank">
<?php if ($image) : ?>
<img src="<?= "$path/assets/images/$social.svg" ?> width="<?= $size ?>" alt="<?= $social ?> icon" class=" dt-icon-<?= $social ?>">
<img src="<?= $path . '/assets/images/' . $social . '.svg' ?>" width="<?= $size ?>" alt="<?= $social ?> icon" class=" dt-icon-<?= $social ?>">
<?php else : ?>
<i style="<?= empty($size) ? "" : "font-size: $size; " ?><?= empty($color) ? "" : "color: $color; " ?>" ></i>
<?php endif; ?>
Expand Down

0 comments on commit 950f34c

Please sign in to comment.