1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Update autocomplete design and scroll it correctly

This commit is contained in:
Aviral Dasgupta
2016-08-17 17:27:19 +05:30
parent bdfc7d069d
commit e173900808
8 changed files with 146 additions and 58 deletions

View File

@ -78,7 +78,7 @@ export default class DuckDuckGoProvider extends AutocompleteProvider {
}
getName() {
return 'Results from DuckDuckGo';
return '🔍 Results from DuckDuckGo';
}
static getInstance(): DuckDuckGoProvider {