Use more beautiful quotes
This commit is contained in:
parent
38e2b176bc
commit
a352f94c2c
|
@ -170,7 +170,7 @@ export const SHORTCUTS_META = {
|
|||
},
|
||||
search: {
|
||||
id: 'search',
|
||||
title: ({ query }) => (query ? `"${query}"` : 'Search'),
|
||||
title: ({ query }) => (query ? `“${query}”` : 'Search'),
|
||||
path: ({ query }) =>
|
||||
query
|
||||
? `/search?q=${encodeURIComponent(query)}&type=statuses`
|
||||
|
|
Loading…
Reference in a new issue