mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Use more beautiful quotes
This commit is contained in:
parent
38e2b176bc
commit
a352f94c2c
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ export const SHORTCUTS_META = {
|
||||||
},
|
},
|
||||||
search: {
|
search: {
|
||||||
id: 'search',
|
id: 'search',
|
||||||
title: ({ query }) => (query ? `"${query}"` : 'Search'),
|
title: ({ query }) => (query ? `“${query}”` : 'Search'),
|
||||||
path: ({ query }) =>
|
path: ({ query }) =>
|
||||||
query
|
query
|
||||||
? `/search?q=${encodeURIComponent(query)}&type=statuses`
|
? `/search?q=${encodeURIComponent(query)}&type=statuses`
|
||||||
|
|
Loading…
Reference in a new issue