We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb60de2 commit 4406096Copy full SHA for 4406096
view/frontend/templates/sidebar/rss.phtml
@@ -15,7 +15,7 @@
15
?>
16
<div class="widget block block-rss" data-bind="scope: 'blog-rss'">
17
<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') ?>" >
+ <img width="17" height="17" class="rss-icon" src="<?php echo $block->getViewFileUrl('Magefan_Blog::images/rss-icon.png') ?>" alt="<?php echo __('RSS Feed') ?>" >
19
<strong><a target="_blank" href="<?php echo $this->getUrl('blog/rss/feed') ?>"><?php echo __('RSS Feed') ?></a></strong>
20
</div>
21
0 commit comments