Skip to content

Commit f4fa5b3

Browse files
committed
feat(breaking change is a footer): breaking change
BREAKING CHANGE: The breaking change is a footer
1 parent 5b0d98f commit f4fa5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.BlazorComponentLibrary/Components/SimpleCounter.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h3>Simple Counter</h3>
22
Feat123
33
<button class="btn btn-primary" @onclick="IncrementCount">
4-
A Build aaa(@currentCount)
4+
A Build aa(@currentCount)
55
</button>
66

77
@code {

0 commit comments

Comments
 (0)