Skip to content

Commit 58619f5

Browse files
committed
Merge branch 'refactor-button' into feat-link
2 parents c3833e8 + 12952e9 commit 58619f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Button/LinkButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace BootstrapBlazor.Components;
1111
/// <summary>
1212
/// LinkButton 组件
1313
/// </summary>
14-
public sealed class LinkButton : ButtonBase
14+
public class LinkButton : ButtonBase
1515
{
1616
/// <summary>
1717
/// 获得/设置 Url 默认为 #

0 commit comments

Comments
 (0)