Skip to content

Commit

Permalink
limit to neuro integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA authored Apr 7, 2024
1 parent 17822fb commit 6249a01
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/src/components/features/integrations/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ export interface IIntegration {
}

export const integrations = [
{
slug: "fusion",
title: "Fusion (Health & Behavior)",
href: "https://usefusion.app/download",
imageUrl: "/images/logo.png",
description: "Connect your prompts, responses and health data from the Fusion Mobile App.",
active: true,
},
// {
// slug: "fusion",
// title: "Fusion (Health & Behavior)",
// href: "https://usefusion.app/download",
// imageUrl: "/images/logo.png",
// description: "Connect your prompts, responses and health data from the Fusion Mobile App.",
// active: true,
// },
{
slug: "neurosity",
title: "Neurosity (EEG Brain Data)",
Expand Down

0 comments on commit 6249a01

Please sign in to comment.