diff --git a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor index 6850a0e4..1dee1e55 100644 --- a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor +++ b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/DonationSection.razor @@ -1,17 +1,23 @@ @inject AppConfiguration AppConfiguration -
+
@if (AppConfiguration.IsKofiEnabled) { - +
+ +
} @if (AppConfiguration.IsGithubSponsorAvailable) { - +
+ +
} @if (AppConfiguration.IsPatreonEnabled) { - +
+ +
} -
\ No newline at end of file +
diff --git a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/GithubSponsor.razor b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/GithubSponsor.razor index eb4ac532..582d634d 100644 --- a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/GithubSponsor.razor +++ b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/GithubSponsor.razor @@ -1,4 +1,4 @@ - + Sponsors @code { diff --git a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/Patreon.razor b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/Patreon.razor index 1833b0f7..c561644c 100644 --- a/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/Patreon.razor +++ b/src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/Patreon.razor @@ -1,5 +1,5 @@