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 57beae6 commit ac137b0Copy full SHA for ac137b0
1 file changed
src/Presenters/Admin/Tailwind.php
@@ -161,7 +161,7 @@ public function getIcon($item)
161
162
if ($item->icon !== null && $item->icon !== '') {
163
return '<div class="w-8 h-8 flex colour-secondary items-center justify-center">
164
- <ion-icon class="w-5 h-5 text-secondary colour-secondary ' . $item->icon . '" name="' . $item->icon . $state .'"></ion-icon>
+ <ion-icon class="w-5 h-5 text-secondary colour-secondary ' . $item->icon . '" name="' . $item->icon . $state . '"></ion-icon>
165
</div>' . PHP_EOL;
166
}
167
0 commit comments