mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-24 22:44:43 +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: {
|
hashtag: {
|
||||||
title: ({ hashtag }) => hashtag,
|
title: ({ hashtag }) => hashtag,
|
||||||
path: ({ hashtag }) => `/t/${hashtag}`,
|
path: ({ hashtag }) => `/t/${hashtag.split(/\s+/).join('+')}`,
|
||||||
icon: 'hashtag',
|
icon: 'hashtag',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue