Skip to content

Commit

Permalink
fix: typo in neuron manager entity list
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Parcet <[email protected]>
  • Loading branch information
alexpargon committed Sep 19, 2024
1 parent 0690e7e commit af87473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/modules/NeuronData/NeuronData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function NeuronData(props: Neurons) {
<AccordionTrigger className="flex justify-between items-center py-3 px-2 mt-0 mb-[-1px] rounded-none text-purple-200 dark:text-gray-25 border-b border-solid border-gray-50 dark:border-gray-600">
<div className="flex gap-3 items-center">
<IconRobot />
<strong className="font-base">Macro</strong>
<strong className="font-base">Macros</strong>
</div>
</AccordionTrigger>
<AccordionContent className="bg-gray-25/20 dark:bg-gray-900/50 px-3 py-3">
Expand Down

0 comments on commit af87473

Please sign in to comment.