Skip to content

Commit

Permalink
Merge pull request #268 from NordicSemiconductor/feat/better-connect
Browse files Browse the repository at this point in the history
Feat/better connect
  • Loading branch information
boundlesscalm authored Oct 9, 2024
2 parents 9370db4 + a2b3be9 commit c7eb4f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/features/flow/connect/Detect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default () => {
<IssueBox
mdiIcon="mdi-clock-alert-outline"
color="tw-text-primary"
title="Detection is taking longer than expected"
title="Detection is taking longer than expected. Ensure the kit is powered on."
/>
</div>
)}
Expand Down
3 changes: 0 additions & 3 deletions src/features/flow/connect/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ export default () => {
items={items}
onSelect={item => setSelectedSerialNumber(item.id)}
/>
<div className="tw-pt-5">
<Searching />
</div>
</Main.Content>
<Main.Footer>
<Next
Expand Down

0 comments on commit c7eb4f3

Please sign in to comment.