update navigation bar
This commit is contained in:
@@ -35,7 +35,7 @@ export const noteParser = (event: Event) => {
|
||||
|
||||
// map hashtag to em
|
||||
content.original.match(/#(\w+)(?!:\/\/)/g)?.forEach((item) => {
|
||||
content.parsed = content.parsed.replace(item, `[${item}](https://primal.net/search/${item})`);
|
||||
content.parsed = content.parsed.replace(item, ` [${item}](https://primal.net/search/${item})`);
|
||||
});
|
||||
|
||||
// handle nostr mention
|
||||
|
||||
Reference in New Issue
Block a user