Skip to content

Commit 903b6c3

Browse files
fixed
1 parent 426403c commit 903b6c3

File tree

1 file changed

+1
-1
lines changed
  • src/ui/layouts/stacks/CreateStack/ListForAll/SidePopup

1 file changed

+1
-1
lines changed

src/ui/layouts/stacks/CreateStack/ListForAll/SidePopup/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const SidePopup: React.FC<{
5151
<FlexBox.Row justifyContent="space-between" alignItems="center">
5252
<Box>
5353
<LinkBox onClick={onSeeExisting}>
54-
<Paragraph>Edit Component</Paragraph>
54+
<Paragraph>Goto Component</Paragraph>
5555
</LinkBox>
5656
</Box>
5757
{isCreate && (

0 commit comments

Comments
 (0)