Files
nexus-spa/src/app/layout/app.footer.component.html
2022-07-22 13:13:50 +03:00

6 lines
248 B
HTML

<div class="layout-footer">
<img src="assets/layout/images/{{layoutService.config.colorScheme === 'light' ? 'logo-dark' : 'logo-white'}}.svg" alt="Logo" height="20" class="mr-2"/>
by
<span class="font-medium ml-2">PrimeNG</span>
</div>