分享按钮调整

This commit is contained in:
tangly1024.com
2023-04-26 16:19:51 +08:00
parent d44edb2d85
commit 262dca3251
2 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ const ShareBar = ({ post }) => {
const shareUrl = BLOG.LINK + router.asPath
return <div className='py-1 flex'>
return <div className='py-1 flex overflow-x-auto'>
<ShareButtons shareUrl={shareUrl} title={post.title} image={post.pageCover} body={
post.title +
' | ' +