Skip to content

Commit 72b46a6

Browse files
committed
ux: use the same icon for conventional commit message generator (#574)
1 parent 9153bbe commit 72b46a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/ConventionalCommitMessageBuilder.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<Path Grid.Column="0"
2828
Width="14" Height="14"
29-
Data="{StaticResource Icons.Code}"
29+
Data="{StaticResource Icons.CommitMessageGenerator}"
3030
Margin="10,0,0,0"
3131
IsVisible="{OnPlatform True, macOS=False}"/>
3232

0 commit comments

Comments
 (0)