feat: add short descriptions to product and extras displays
- Included kurzBeschreibung in the GrowTentKonfigurator for products, lamps, and ventilation components to enhance user information. - Updated ExtrasSelector to display kurzBeschreibung for each extra, improving clarity and user experience.
This commit is contained in:
@@ -116,6 +116,10 @@ class ExtrasSelector extends Component {
|
||||
{extra.name}
|
||||
</Typography>
|
||||
|
||||
<Typography gutterBottom>
|
||||
{extra.kurzBeschreibung}
|
||||
</Typography>
|
||||
|
||||
{/* Price with VAT - Same as other sections */}
|
||||
<Typography variant="h6" sx={{
|
||||
color: '#2e7d32',
|
||||
|
||||
Reference in New Issue
Block a user