From 5e192f680bd8899b75efd9621a9d6be1ac740dd0 Mon Sep 17 00:00:00 2001 From: Argo Date: Tue, 31 May 2022 04:42:47 +0000 Subject: [PATCH] =?UTF-8?q?!2840=20feat(#I5A59D):=20update=20link=20button?= =?UTF-8?q?=20for=20switch=20image=20and=20text=20position=20*=20chore:=20?= =?UTF-8?q?bump=20version=206.6.21=20*=20feat:=20=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E6=96=87=E5=AD=97=E4=B8=8E=E5=9B=BE=E7=89=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/BootstrapBlazor.csproj | 2 +- src/BootstrapBlazor/Components/Button/LinkButton.razor | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/BootstrapBlazor/BootstrapBlazor.csproj b/src/BootstrapBlazor/BootstrapBlazor.csproj index ea6e3f60e..c6e9f7a7f 100644 --- a/src/BootstrapBlazor/BootstrapBlazor.csproj +++ b/src/BootstrapBlazor/BootstrapBlazor.csproj @@ -1,7 +1,7 @@ - 6.6.20 + 6.6.21 diff --git a/src/BootstrapBlazor/Components/Button/LinkButton.razor b/src/BootstrapBlazor/Components/Button/LinkButton.razor index 659be54b4..dd338f4c7 100644 --- a/src/BootstrapBlazor/Components/Button/LinkButton.razor +++ b/src/BootstrapBlazor/Components/Button/LinkButton.razor @@ -6,14 +6,14 @@ { } - @if (!string.IsNullOrEmpty(Text)) - { - @Text - } @if (!string.IsNullOrEmpty(ImageUrl)) { img } + @if (!string.IsNullOrEmpty(Text)) + { + @Text + } @ChildContent @if (!string.IsNullOrEmpty(Title)) {