File tree 1 file changed +3
-3
lines changed
src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
@inject IJSRuntime jsRuntime
3
3
@inject IToastService toastService
4
4
5
- <div class =" flex-row" >
6
- <a id =" share-linkedin" href =" @LinkedInShare" target =" _blank" ><i class =" linkedin" ></i ></a >
7
- <a id =" share-clipboard" href =" javascript:void(0)" @onclick =" CopyToClipboard" ><i class =" copy" ></i ></a >
5
+ <div class =" flex-row" style = " font-size : 1.5 em " >
6
+ <a class = " text-decoration-none " id =" share-linkedin" href =" @LinkedInShare" target =" _blank" ><i class =" linkedin" ></i ></a >
7
+ <a class = " text-decoration-none " id =" share-clipboard" href =" javascript:void(0)" @onclick =" CopyToClipboard" ><i class =" copy" ></i ></a >
8
8
</div >
9
9
@code {
10
10
private string LinkedInShare => $" https://www.linkedin.com/shareArticle?mini=true&url={navigationManager .Uri }" ;
You can’t perform that action at this time.
0 commit comments