Files
Toju/website/src/app/components/ad-slot/ad-slot.component.html
Myx 00adf39121
All checks were successful
Queue Release Build / prepare (push) Successful in 1m20s
Deploy Web Apps / deploy (push) Successful in 17m37s
Queue Release Build / build-windows (push) Successful in 39m8s
Queue Release Build / build-linux (push) Successful in 1h3m53s
Queue Release Build / finalize (push) Successful in 5m43s
Add translation support for website
2026-03-13 03:45:29 +01:00

10 lines
315 B
HTML

@if (adService.adsEnabled()) {
<div class="container mx-auto px-6 py-4">
<div
class="rounded-lg border border-dashed border-border/50 bg-card/30 min-h-[90px] flex items-center justify-center text-xs text-muted-foreground/50"
>
{{ 'components.adSlot.label' | translate }}
</div>
</div>
}