Completed
Push — master ( 7d07ab...eee255 )
by Dmitrijs
02:51
created
src/widgets/Card_old.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
             MaterializeExtraAsset::register($view);
154 154
 
155 155
             // Has issues on positioning: https://github.com/google/material-design-icons/issues/206
156
-            $label = $this->renderIcon($link['icon']) . $label;
156
+            $label = $this->renderIcon($link['icon']).$label;
157 157
         }
158 158
 
159 159
         $options = $link['options'];
Please login to merge, or discard this patch.