FolderRepo: change badge from text to exchange-alt icon, matches dash… (#109154)

FolderRepo: change badge from text to exchange-alt icon, matches dashboard
This commit is contained in:
Yunwen Zheng
2025-08-05 09:01:45 -04:00
committed by GitHub
parent 1541a560bc
commit d0617d5c87
2 changed files with 2 additions and 2 deletions
@@ -15,5 +15,5 @@ export function FolderRepo({ folder }: Props) {
return null;
}
return <Badge text={t('folder-repo.badge-text', 'Provisioned')} color={'darkgrey'} />;
return <Badge color="purple" icon="exchange-alt" tooltip={t('folder-repo.badge-tooltip', 'Provisioned')} />;
}
+1 -1
View File
@@ -7493,7 +7493,7 @@
"loading": "Loading folders..."
},
"folder-repo": {
"badge-text": "Provisioned"
"badge-tooltip": "Provisioned"
},
"folders": {
"get-loading-nav": {