Skip to content

Commit

Permalink
修复sharebar无法正常显示图标的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 authored Jul 21, 2022
1 parent 6e3904f commit 3a4c1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/next/components/ShareBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const ShareBar = ({ post }) => {
</div>
<div className='cursor-pointer text-2xl'>
<a className='text-yellow-600' onClick={copyUrl} >
<i className='fab fa-link'/>
<i className='fas fa-link'/>
</a>
</div>
</div>
Expand Down

0 comments on commit 3a4c1d3

Please sign in to comment.