Skip to content

Commit

Permalink
Add dates to mock orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
auniverseaway committed Apr 8, 2024
1 parent 911f4c2 commit c11d0b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blocks/browse/da-orgs/da-orgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function getRandomImg() {
}

const MOCK_ORGS = [
{ name: 'adobe', created: '', img: MOCK_IMGS[0] },
{ name: 'adobe-experience-league', created: '', img: MOCK_IMGS[1] },
{ name: 'adobecom', created: '', img: MOCK_IMGS[2] },
{ name: 'aemsites', created: '', img: MOCK_IMGS[3] },
{ name: 'adobe', created: '2024-01-09T23:38:05.949Z', img: MOCK_IMGS[0] },
{ name: 'adobe-experience-league', created: '2024-01-26T01:43:15.286Z', img: MOCK_IMGS[1] },
{ name: 'adobecom', created: '2023-11-30T06:04:10.008Z', img: MOCK_IMGS[2] },
{ name: 'aemsites', created: '2024-01-10T17:43:13.390Z', img: MOCK_IMGS[3] },
];

export default class DaOrgs extends LitElement {
Expand Down

0 comments on commit c11d0b8

Please sign in to comment.