diff --git a/resources/scripts/components/auth/LoginFormContainer.tsx b/resources/scripts/components/auth/LoginFormContainer.tsx index 74530c00a..096070a09 100644 --- a/resources/scripts/components/auth/LoginFormContainer.tsx +++ b/resources/scripts/components/auth/LoginFormContainer.tsx @@ -40,6 +40,6 @@ export default forwardRef(({ title, ...props }, ref) =>
{props.children}
-

© 2015 - {new Date().getFullYear()} 

+

© 2024 - {new Date().getFullYear()} 

)); diff --git a/resources/scripts/components/elements/PageContentBlock.tsx b/resources/scripts/components/elements/PageContentBlock.tsx index 13c787bfa..83e7da702 100644 --- a/resources/scripts/components/elements/PageContentBlock.tsx +++ b/resources/scripts/components/elements/PageContentBlock.tsx @@ -34,7 +34,7 @@ const PageContentBlock: React.FC = ({ title, showFlashKey > Panel -  © 2015 - {new Date().getFullYear()} +  © 2024 - {new Date().getFullYear()}

diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index 761b3b68b..91ede7fce 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -27,7 +27,7 @@
@if ($version->isLatestPanel()) - You are running Panel version {{ config('app.version') }}. Your panel is up-to-date! + You are running Pelican version {{ config('app.version') }}. Your panel is up-to-date! @else Your panel is not up-to-date! The latest version is diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 3f82dea47..12b62c35e 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -7,13 +7,7 @@ - - - - - - - + @include('layouts.scripts')