cluedin-widget
Version:
This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.
13 lines (11 loc) • 332 B
JavaScript
module.exports = function (cdnUrl) {
const defaultBanner = cdnUrl + 'default.jpg';
const defaultProfile = cdnUrl + 'a0.jpg';
const defaultLogo = cdnUrl + 'company.png';
return {
party: 'https://s3-eu-west-1.amazonaws.com/staticcluedin/seymour-party.png',
defaultBanner,
defaultProfile,
defaultLogo,
};
};