diff --git a/src/pages/GrowTentKonfigurator.js b/src/pages/GrowTentKonfigurator.js
index 3c5aec1..b1d0988 100644
--- a/src/pages/GrowTentKonfigurator.js
+++ b/src/pages/GrowTentKonfigurator.js
@@ -1224,20 +1224,20 @@ class GrowTentKonfigurator extends Component {
-
- }
- sx={{
- bgcolor: '#2e7d32',
- '&:hover': { bgcolor: '#1b5e20' },
- minWidth: 250
- }}
- >
- In den Warenkorb
-
-
+
+ }
+ sx={{
+ bgcolor: '#2e7d32',
+ '&:hover': { bgcolor: '#1b5e20' },
+ minWidth: 250
+ }}
+ >
+ In den Warenkorb
+
+
);
}