Skip to content

Commit

Permalink
fix: fix view post link in contact request carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed May 7, 2024
1 parent 9e34d4c commit 8bb4131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const ContactRequestCarousel: React.FunctionComponent<
<p className="shrink-0">@{data.senderUserName}</p>
<p className="shrink-0">{scopedT("requested")}</p>
<Link
href={`${siteConfig.page.profile.href}/${data.postUuid}`}
href={`${siteConfig.page.viewPost.href}/${data.postUuid}`}
>
<p
className="shrink-0 text-green-700
Expand Down

0 comments on commit 8bb4131

Please sign in to comment.