Skip to content

Commit

Permalink
Remove legacy code & assets in LLD onboarding (#1249)
Browse files Browse the repository at this point in the history
* Remove legacy code & assets in LLD onboarding

* fix: devices name

Co-authored-by: Pierre-Louis Crescitz <[email protected]>
  • Loading branch information
ofreyssinet-ledger and pierrelouis-c committed Sep 13, 2022
1 parent dbb28a4 commit c197a3c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 382 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-zoos-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Remove unused assets & legacy code in the onboarding
257 changes: 0 additions & 257 deletions apps/ledger-live-desktop/src/renderer/components/Onboarding/Modal.jsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ const SeparatorLine = styled(Flex).attrs({
flex: 1,
})``;

interface SeparatorProps {
label: string;
}

export function Separator({ label }: SeparatorProps) {
export function Separator() {
return (
<SeparatorContainer>
<SeparatorLine />
Expand Down
Loading

0 comments on commit c197a3c

Please sign in to comment.