This repository was archived by the owner on Aug 29, 2024. It is now read-only.
File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ function bs_share_buttons($content) {
77
77
$ content .= '<a class="mb-1 btn btn-sm btn-linkedin" title="LinkedIn" href=" ' .$ linkedInURL .'" target="_blank" rel="nofollow"><i class="fa-brands fa-linkedin-in"></i></a> ' ;
78
78
$ content .= '<a class="mb-1 btn btn-sm btn-reddit" title="Reddit" href=" ' .$ redditURL .'" target="_blank" rel="nofollow"><i class="fa-brands fa-reddit-alien"></i></a> ' ;
79
79
$ content .= '<a class="mb-1 btn btn-sm btn-tumblr" title="Tumblr" href=" ' .$ tumblrURL .'" target="_blank" rel="nofollow"><i class="fa-brands fa-tumblr"></i></a> ' ;
80
- $ content .= '<a class="mb-1 btn btn-sm btn-buffer" title="Buffer" href=" ' .$ bufferURL .'" target="_blank" rel="nofollow"><i class="fab fa-buffer"></i></a> ' ;
80
+ $ content .= '<a class="mb-1 btn btn-sm btn-buffer" title="Buffer" href=" ' .$ bufferURL .'" target="_blank" rel="nofollow"><i class="fa-brands fa-buffer"></i></a> ' ;
81
81
$ content .= '<a class="mb-1 btn btn-sm btn-mix" title="mix" href=" ' .$ mixURL .'" target="_blank" rel="nofollow"><i class="fa-brands fa-mix"></i></a> ' ;
82
82
$ content .= '<a class="mb-1 btn btn-sm btn-vk" title="vk" href=" ' .$ vkURL .'" target="_blank" rel="nofollow"><i class="fa-brands fa-vk"></i></a> ' ;
83
83
$ content .= '<a class="mb-1 btn btn-sm btn-mail btn-dark" title="Mail" href=" ' .$ mailURL .'"><i class="fa-solid fa-envelope"></i></a> ' ;
You can’t perform that action at this time.
0 commit comments