Skip to content

Commit

Permalink
Add correct licence text on footer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefanos Georgopoulos <[email protected]>
  • Loading branch information
stefanosgeo committed Jan 17, 2025
1 parent 655b913 commit dfc431c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion resources/views/layouts/backend.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class="hidden">
</div>
</main>
<footer class="w-full bg-white p-4 text-center dark:bg-sky-950 dark:text-white">
Copyright @ {{ Illuminate\Support\Carbon::now()->year }} MIT Licence
Copyright @ {{ Illuminate\Support\Carbon::now()->year }} ECL-2.0 license
[br. {{ getCurrentGitBranch().' / deployed at:'.getDeployDate() }}]
</footer>
</div>
Expand All @@ -218,3 +218,6 @@ class="hidden">
@livewireScriptConfig
</body>
</html>



2 changes: 1 addition & 1 deletion resources/views/layouts/frontend.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="antialiased">
<!-- Copyright Text -->
<div class="w-full md:w-auto sm:w-auto mb-2 sm:mb-0 text-center md:text-left sm:text-left
whitespace-nowrap text-wrap sm:italic">
Copyright &copy; {{ Illuminate\Support\Carbon::now()->year }} MIT Licence
Copyright &copy; {{ Illuminate\Support\Carbon::now()->year }} ECL-2.0 license
[br. {{ getCurrentGitBranch().' / deployed at:'.getDeployDate() }}]
</div>

Expand Down

0 comments on commit dfc431c

Please sign in to comment.