Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix(ui): fix remote helper export (#787)
Browse files Browse the repository at this point in the history
* Fix remote helper path
* Make checkout modal wider to fit command
  • Loading branch information
rudolfs committed Aug 18, 2020
1 parent a308cb0 commit a91bf00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/DesignSystem/Component/RemoteHelperHint.svelte
Expand Up @@ -46,6 +46,6 @@
.
</p>
<Copyable>
<p class="typo-text-small-mono">export PATH="~/.radicle/bin:$PATH"</p>
<p class="typo-text-small-mono">export PATH="$HOME/.radicle/bin:$PATH"</p>
</Copyable>
</div>
2 changes: 1 addition & 1 deletion ui/Screen/Project/CheckoutButton.svelte
Expand Up @@ -38,7 +38,7 @@
border: 1px solid var(--color-foreground-level-3);
box-shadow: var(--elevation-medium);
padding: 1rem;
width: 22.8rem;
width: 25rem;
}
p {
Expand Down

0 comments on commit a91bf00

Please sign in to comment.