Skip to content

Commit 4406096

Browse files
authored
Added height & width to rss icon in sidebar
1 parent fb60de2 commit 4406096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/templates/sidebar/rss.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
?>
1616
<div class="widget block block-rss" data-bind="scope: 'blog-rss'">
1717
<div class="block-title">
18-
<img class="rss-icon" src="<?php echo $block->getViewFileUrl('Magefan_Blog::images/rss-icon.png') ?>" alt="<?php echo __('RSS Feed') ?>" >
18+
<img width="17" height="17" class="rss-icon" src="<?php echo $block->getViewFileUrl('Magefan_Blog::images/rss-icon.png') ?>" alt="<?php echo __('RSS Feed') ?>" >
1919
<strong><a target="_blank" href="<?php echo $this->getUrl('blog/rss/feed') ?>"><?php echo __('RSS Feed') ?></a></strong>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)