mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 07:26:47 +00:00
分享按钮调整
This commit is contained in:
@@ -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 +
|
||||
' | ' +
|
||||
|
||||
Reference in New Issue
Block a user