fix: 🐛
This commit is contained in:
parent
206bee87d2
commit
2a4968568a
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ export function EmbeddedHashtag({ hashtag }: { hashtag: string }) {
|
|||
return (
|
||||
<SecondaryPageLink
|
||||
className="text-primary hover:underline"
|
||||
to={toNoteList({ hashtag })}
|
||||
to={toNoteList({ hashtag: hashtag.replace('#', '') })}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
{hashtag}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue