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

slightly change sharing link of user posts AGAIN #957

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading