diff --git a/frontend/src/lib/onlineOnlyBoards.ts b/frontend/src/lib/onlineOnlyBoards.ts
index a746fdce..a99607e8 100644
--- a/frontend/src/lib/onlineOnlyBoards.ts
+++ b/frontend/src/lib/onlineOnlyBoards.ts
@@ -197,8 +197,8 @@ export const ONLINE_ONLY_COMPONENT_ADS: OnlineOnlyComponentAd[] = [
{
id: 'respeaker-lite',
label: 'ReSpeaker Lite (XMOS XU316)',
- description: 'Dual-mic far-field audio front-end - available in the online editor',
- category: 'output',
- thumbnailSvg: '',
+ description: 'Dual-mic array with a XIAO socket: live mic in, audio out, beamforming/AEC/NS model - online editor',
+ category: 'sensors',
+ thumbnailSvg: '',
}
];