Skip to content

Commit 7313616

Browse files
committed
sepeare git open and add
1 parent c1ecec3 commit 7313616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/array/src/renderer/features/sessions/components/GitActionResult.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ export function GitActionResult({
103103
</Text>
104104
<Button
105105
size="1"
106-
variant="soft"
106+
variant="ghost"
107107
onClick={() => handleOpenUrl(repoInfo.compareUrl as string)}
108108
>
109109
<ArrowSquareOut size={12} />
110-
Create Pull Request
110+
Open on GitHub
111111
</Button>
112112
</Flex>
113113
)}

0 commit comments

Comments
 (0)