sharebar position

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

View File

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