mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 23:16:48 +00:00
sharebar position
This commit is contained in:
@@ -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 +
|
||||
' | ' +
|
||||
|
||||
Reference in New Issue
Block a user