feat(core): add copyright
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<app-background/>
|
||||
<app-navigation-bar/>
|
||||
<router-outlet/>
|
||||
<div class="flex flex-col min-h-screen">
|
||||
<app-background/>
|
||||
<app-navigation-bar/>
|
||||
|
||||
<main class="flex-1">
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
|
||||
<p class="text-gray text-center p-5">
|
||||
{{ 'common.copyright' | translate }}
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user