Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Mar 13, 2024
2 parents b1e1c72 + 1ec9a07 commit b5d4d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dataDisplay/postText/postText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function PostText(props: Props) {
text: segment.text,
component: (
<Link
href={`/dashboard/search?query=${encodedTag}`}
href={`/dashboard/search?query=%23${encodedTag}`}
key={segment.text}
className="text-skin-link-base hover:text-skin-link-hover break-all"
onClick={(e) => e.stopPropagation()}
Expand Down
2 changes: 1 addition & 1 deletion src/components/dataDisplay/profileBio/ProfileBio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function ProfileBio(props: Props) {
text: segment.text,
component: (
<Link
href={`/dashboard/search?query=${encodedTag}`}
href={`/dashboard/search?query=%23${encodedTag}`}
key={segment.text}
className="text-skin-link-base hover:text-skin-link-hover break-all"
onClick={(e) => e.stopPropagation()}
Expand Down

0 comments on commit b5d4d67

Please sign in to comment.