Skip to content

Commit

Permalink
feat: better fake content.
Browse files Browse the repository at this point in the history
  • Loading branch information
soslayando committed Feb 5, 2024
1 parent f8da4e0 commit 02ba233
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/AppBarUserOptions/components/UserOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@ const domainsConfig: {
status: 'success',
},
{
name: 'demo@claro',
name: 'demo@customer',
status: 'success',
},
{
name: 'elcorteingles_poc',
name: 'best_whishes_poc',
status: 'success',
},
{
name: 'ntt@ntt',
name: 'customer@customer',
status: 'warning',
},
{
name: 'prosegur_poc',
name: 'who_knows_poc',
status: 'success',
},
{
name: 'waffleiron',
status: 'success',
},
{
name: 'test@f5-spain',
name: 'test@asap-spain',
status: 'success',
},
];
Expand Down

0 comments on commit 02ba233

Please sign in to comment.