Skip to content

Commit

Permalink
fix: change cli tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Jun 27, 2024
1 parent 94973c3 commit 6d8a095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SyncInfoModal: FC<SyncInfoModalProps> = ({ isOpen, toggleOpen }) =>
},
{
value: 'other',
label: 'Other CI',
label: 'CLI',
content: (
<Prism withLineNumbers language="bash">
{getOtherCodeContent({ apiKey, bridgeUrl })}
Expand Down

0 comments on commit 6d8a095

Please sign in to comment.