From 18ba755f2d9bb9acd4c9d06695fff1c9c77c1ee1 Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Fri, 21 Jun 2024 16:31:16 +0200 Subject: [PATCH] Fix Donation on mobile --- .../ShowBlogPost/Components/DonationSection.razor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor index f82d0d73..b460f8b1 100644 --- a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor +++ b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor @@ -2,21 +2,21 @@
@if (AppConfiguration.Value.IsKofiEnabled) { -
+
} @if (AppConfiguration.Value.IsGithubSponsorAvailable) { -
- -
+
+ +
} @if (AppConfiguration.Value.IsPatreonEnabled) { -
+
}