Skip to content

Commit 3f39099

Browse files
committed
Share Buttons more prominent
1 parent 2cdaed6 commit 3f39099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LinkDotNet.Blog.Web/Shared/ShareBlogPost.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
@inject IToastService toastService
44

55
<div class="flex-row">
6-
<a href="@LinkedInShare" target="_blank"><i class="fab fa-linkedin"></i></a>
7-
<a href="javascript:void(0)" @onclick="CopyToClipboard"><i class="fas fa-link"></i></a>
6+
<a href="@LinkedInShare" target="_blank"><i class="fab fa-linkedin fa-lg"></i></a>
7+
<a href="javascript:void(0)" @onclick="CopyToClipboard"><i class="fas fa-link fa-lg"></i></a>
88
</div>
99
@code {
1010
private string LinkedInShare => $"https://www.linkedin.com/shareArticle?mini=true&url={navigationManager.Uri}";

0 commit comments

Comments
 (0)