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

Fix sharing from posts on userpage #953

Merged
merged 7 commits into from
Jun 13, 2024
Merged

Fix sharing from posts on userpage #953

merged 7 commits into from
Jun 13, 2024

Conversation

Nahlam4
Copy link
Contributor

@Nahlam4 Nahlam4 commented Jun 12, 2024

No description provided.

@Nahlam4 Nahlam4 requested review from FurKay00 and denniskp June 12, 2024 20:19
@@ -247,7 +246,7 @@ export const UserPost: React.FC<PostModel> = (props: PostModel) => {
)}
{shareWindowOpen && (
<div className="post-share-container">
<Share postId={id} currentPageURL={currentPageURL}></Share>
<Share postId={id} currentPageURL={"https://www.dhbwhub.de/post/?id="+id}></Share>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nutze besser process.env.PUBLIC_URL

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grafik

@Nahlam4 Nahlam4 requested a review from denniskp June 13, 2024 07:34
@Nahlam4 Nahlam4 merged commit 3c6a29e into master Jun 13, 2024
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants