diff --git a/db.json b/db.json index 4aa3c4a..7644ce0 100644 --- a/db.json +++ b/db.json @@ -1,28 +1,28 @@ { - "companies": [ - { - "id": 1, - "name": "Fusion LLC", - "status": "Qualified Lead", - "created_at": "2021-04-27T03:41:56Z", - "account_executive": "Abigayle Gibson", - "revenue_ytd": 17000000 - }, - { - "id": 2, - "name": "Techopolis Ltd.", - "status": "Paying Customer", - "created_at": "2021-11-23T08:45:56Z", - "account_executive": "Joe Bond", - "revenue_ytd": 7375294 - }, - { - "id": 3, - "name": "Code learning LLC", - "status": "Lead", - "created_at": "2022-04-15T12:45:56Z", - "account_executive": "Annie Ibarra", - "revenue_ytd": 100000 - } - ] -} \ No newline at end of file + "companies": [ + { + "id": 1, + "name": "Fusion LLC", + "status": "Qualified Lead", + "created_at": "2021-04-27T03:41:56Z", + "account_executive": "Abigayle Gibson", + "revenue_ytd": 17000000 + }, + { + "id": 2, + "name": "Techopolis Ltd.", + "status": "Paying Customer", + "created_at": "2021-11-23T08:45:56Z", + "account_executive": "Joe Bond", + "revenue_ytd": 7375294 + }, + { + "id": 3, + "name": "Code learning LLC", + "status": "Lead", + "created_at": "2022-04-15T12:45:56Z", + "account_executive": "Annie Ibarra", + "revenue_ytd": 100000 + } + ] +} diff --git a/index.html b/index.html index b048ad7..57c2f27 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,14 @@ -
- -