Update to new structure
This commit is contained in:
5
src/app/layout/app.footer.component.html
Normal file
5
src/app/layout/app.footer.component.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user