Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
slightly change sharing link of user posts AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahlam4 committed Jun 13, 2024
1 parent 2d863e0 commit c946b59
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 c946b59

Please sign in to comment.