We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdaed6 commit 3f39099Copy full SHA for 3f39099
LinkDotNet.Blog.Web/Shared/ShareBlogPost.razor
@@ -3,8 +3,8 @@
3
@inject IToastService toastService
4
5
<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>
+ <a href="@LinkedInShare" target="_blank"><i class="fab fa-linkedin fa-lg"></i></a>
+ <a href="javascript:void(0)" @onclick="CopyToClipboard"><i class="fas fa-link fa-lg"></i></a>
8
</div>
9
@code {
10
private string LinkedInShare => $"https://www.linkedin.com/shareArticle?mini=true&url={navigationManager.Uri}";
0 commit comments