diff --git a/addon/components/pix-button.hbs b/addon/components/pix-button.hbs
index 8cee67f35..d6f1b225d 100644
--- a/addon/components/pix-button.hbs
+++ b/addon/components/pix-button.hbs
@@ -14,22 +14,13 @@
{{yield}}
{{else}}
- {{#if @iconBefore}}
-
- {{/if}}
- {{yield}}
- {{#if @iconAfter}}
-
- {{/if}}
+
+ {{yield}}
+
{{/if}}
\ No newline at end of file