mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Ugh need to be '+' instead of spaces
This commit is contained in:
parent
2b25fc67cf
commit
f7b398e078
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ export const SHORTCUTS_META = {
|
|||
},
|
||||
hashtag: {
|
||||
title: ({ hashtag }) => hashtag,
|
||||
path: ({ hashtag }) => `/t/${hashtag}`,
|
||||
path: ({ hashtag }) => `/t/${hashtag.split(/\s+/).join('+')}`,
|
||||
icon: 'hashtag',
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue