diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-30 11:21:04 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-01 17:03:48 +0200 |
commit | c41c0e28ed444fdb427f9803d2f123ba6f535fb9 (patch) | |
tree | c02558445dc13281a78321731061131b67253244 /client/src/app/header/suggestion.component.html | |
parent | 9b01cfc788a6ed525d72620da9f9e607b8d6396e (diff) | |
download | PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.gz PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.zst PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.zip |
switch from softies to feathericons
also organize icons in folders per origin
Diffstat (limited to 'client/src/app/header/suggestion.component.html')
-rw-r--r-- | client/src/app/header/suggestion.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/header/suggestion.component.html b/client/src/app/header/suggestion.component.html index ab4b4b678..4ac9809e1 100644 --- a/client/src/app/header/suggestion.component.html +++ b/client/src/app/header/suggestion.component.html | |||
@@ -11,7 +11,7 @@ | |||
11 | ></div> | 11 | ></div> |
12 | 12 | ||
13 | <div class="border rounded flex-shrink-0 px-1 bg-gray text-gray-light ml-1 f6"> | 13 | <div class="border rounded flex-shrink-0 px-1 bg-gray text-gray-light ml-1 f6"> |
14 | <span *ngIf="result.type === 'search-instance'" i18n>In this instance</span> | 14 | <span *ngIf="result.type === 'search-instance'" i18n>In this instance's network</span> |
15 | <span *ngIf="result.type === 'search-index'" i18n>In the vidiverse</span> | 15 | <span *ngIf="result.type === 'search-index'" i18n>In the vidiverse</span> |
16 | </div> | 16 | </div> |
17 | </a> | 17 | </a> |