Skip to content

Commit

Permalink
Added Chart IQ to users.json - display on Home
Browse files Browse the repository at this point in the history
Added Chart IQ to json file. Image was already loaded in in FDC3/website/static/img/users as ChartIQ.webp. Put in alphabetical order (looked like that is how the images were arranged).
  • Loading branch information
grizzwolf authored Jul 5, 2019
1 parent 5d605c6 commit e721cb2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/data/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"pinned": true,
"isMember": false
},
{
"caption": "Chart IQ",
"image": "/img/users/ChartIQ.webp",
"infoLink": "https://www.chartiq.com/",
"pinned": true,
"isMember": true
},
{
"caption": "FactSet",
"image": "/img/users/FactSet.webp",
Expand Down Expand Up @@ -60,5 +67,5 @@
"infoLink": "https://www.scottlogic.com/",
"pinned": true,
"isMember": true
}
}
]

0 comments on commit e721cb2

Please sign in to comment.