Skip to content

Commit

Permalink
Merge pull request #957 from SE-TINF22B6/search_and_user_page
Browse files Browse the repository at this point in the history
slightly change sharing link of user posts AGAIN
  • Loading branch information
denniskp committed Jun 13, 2024
2 parents 3c6a29e + c946b59 commit 7ff6cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/web/src/scenes/User/UserPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const UserPost: React.FC<PostModel> = (props: PostModel) => {
)}
{shareWindowOpen && (
<div className="post-share-container">
<Share postId={id} currentPageURL={process.env.PUBLIC_URL +"/post/?id="+id}></Share>
<Share postId={id} currentPageURL={"https://www.dhbwhub.de/post/?id="+id}></Share>
</div>
)}
{reportOpen && (
Expand Down

0 comments on commit 7ff6cc1

Please sign in to comment.