snowballtools-base-old/packages/frontend/src/assets/projects.json
Nabarun Gogoi bb723ee58a
Add dummy data for project cards in home page (#1)
* Add switching of repository list and connect account

* Populate project cards with dummy projects data

* Fix typos of dummy datas

* Fix prettier error

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-12-13 17:42:39 +05:30

43 lines
857 B
JSON

[
{
"icon": "^",
"title": "iglotools",
"domain": "iglotools.com",
"latestCommit": {
"message": "Subscription added",
"time": "2023-12-11T04:20:00",
"branch": "main"
}
},
{
"icon": "^",
"title": "iglotools",
"domain": "iglotools.com",
"latestCommit": {
"message": "404 added",
"time": "2023-12-11T04:20:00",
"branch": "staging"
}
},
{
"icon": "^",
"title": "iglotools",
"domain": "iglotools.com",
"latestCommit": {
"message": "Design system integrated",
"time": "2023-12-11T04:20:00",
"branch": "main"
}
},
{
"icon": "^",
"title": "watcher-tool",
"domain": "azimuth-watcher.com",
"latestCommit": {
"message": "Listen for subscription",
"time": "2023-12-10T04:20:00",
"branch": "prod"
}
}
]