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 clone button link (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Jul 2, 2020
1 parent 01d51ff commit 8826b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Screen/Project/CloneButton.svelte
Expand Up @@ -61,7 +61,7 @@
</Text>
<Copyable {afterCopy}>
<div class="code-block">
<Code style="padding-right: 0.5rem">rad:{projectId}</Code>
<Code style="padding-right: 0.5rem">{projectId}</Code>
<svelte:component this={copyIcon} />
</div>
</Copyable>
Expand Down

0 comments on commit 8826b2d

Please sign in to comment.