Refactor AreaTabs component to simplify product area IDs

- Updated product area IDs for 'experimenta' and 'makerspace' to enhance clarity and navigation consistency.
- Maintained existing functionality while improving the overall structure of the AreaTabs component.
This commit is contained in:
Bastian Masanek
2025-11-02 10:17:23 +01:00
parent abdec40119
commit 6e4f858883

View File

@@ -15,7 +15,7 @@ interface ProductArea {
const areas: ProductArea[] = [
{
id: 'experimenta-annual-passes',
id: 'experimenta',
label: 'experimenta Jahreskarten',
icon: Sparkles,
enabled: true,
@@ -23,7 +23,7 @@ const areas: ProductArea[] = [
route: '/experimenta',
},
{
id: 'makerspace-annual-passes',
id: 'makerspace',
label: 'Makerspace Jahreskarten',
icon: Wrench,
enabled: true,