Fix: Add alpha and beta text to connectors (#4920)

This commit is contained in:
Mike
2025-06-11 14:12:55 +02:00
committed by GitHub
parent 7c033a5108
commit 8d20d0620f
@@ -24,7 +24,7 @@ export const connectorItems: ConnectorItem[] = [
categories: [ConnectorCategory.NextGen, ConnectorCategory.BIM]
},
{
title: 'Rhino + Grasshopper',
title: 'Rhino + Grasshopper (alpha)',
slug: 'rhino',
description:
'Publish and load Rhino and Grasshopper models for high-quality design coordination and business intelligence workflows.',
@@ -109,7 +109,7 @@ export const connectorItems: ConnectorItem[] = [
categories: [ConnectorCategory.NextGen, ConnectorCategory.Structural]
},
{
title: 'Blender',
title: 'Blender (beta)',
slug: 'blender',
description: 'Load models into Blender to boost design coordination workflows.',
images: ['/images/connectors/blender.png'],