X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-actor-image%2Factor-avatar.component.ts;h=f1c1aa03f388215b06a849776abb9ef414b4b1a0;hb=d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d;hp=8e6ad4015510d2b41452800f8f0b3ad181e5ff64;hpb=145d7da2dea7234b0be0212a998d27efea4f1320;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-actor-image/actor-avatar.component.ts b/client/src/app/shared/shared-actor-image/actor-avatar.component.ts index 8e6ad4015..f1c1aa03f 100644 --- a/client/src/app/shared/shared-actor-image/actor-avatar.component.ts +++ b/client/src/app/shared/shared-actor-image/actor-avatar.component.ts @@ -145,13 +145,13 @@ export class ActorAvatarComponent implements OnInit, OnChanges { // Keep consistency with CSS const themes = { '0123456789abc': 'blue', - def: 'green', - ghi: 'purple', - jkl: 'gray', - mno: 'yellow', - pqr: 'orange', - stvu: 'red', - wxyz: 'dark-blue' + 'def': 'green', + 'ghi': 'purple', + 'jkl': 'gray', + 'mno': 'yellow', + 'pqr': 'orange', + 'stvu': 'red', + 'wxyz': 'dark-blue' } const theme = Object.keys(themes)