Adds a more realistic config for development.

This commit is contained in:
2023-08-15 10:02:30 +02:00
parent a439faa3fe
commit e4d1b83108
9 changed files with 70 additions and 42 deletions

View File

@@ -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;

View File

@@ -7,6 +7,8 @@
export let data: any;
const component = getServiceComponent(service.type || '');
console.log(service);
</script>
<div class="card">