Adds a more realistic config for development.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
export let brand: BrandConfig = {};
|
||||
export let color = 'var(--text)';
|
||||
console.log(brand);
|
||||
|
||||
function masked() {
|
||||
return brand.logo != undefined && brand.asmask == true;
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
export let data: any;
|
||||
|
||||
const component = getServiceComponent(service.type || '');
|
||||
|
||||
console.log(service);
|
||||
</script>
|
||||
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user