diff --git a/public/pelican.ico b/public/pelican.ico new file mode 100644 index 000000000..dbf198f25 Binary files /dev/null and b/public/pelican.ico differ diff --git a/public/pelican.svg b/public/pelican.svg new file mode 100644 index 000000000..908d94f84 --- /dev/null +++ b/public/pelican.svg @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/scripts/components/auth/LoginFormContainer.tsx b/resources/scripts/components/auth/LoginFormContainer.tsx index 096070a09..23fa6ad9a 100644 --- a/resources/scripts/components/auth/LoginFormContainer.tsx +++ b/resources/scripts/components/auth/LoginFormContainer.tsx @@ -34,12 +34,14 @@ export default forwardRef(({ title, ...props }, ref) =>
-
- +
+
{props.children}
-

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

+

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

)); diff --git a/resources/scripts/components/elements/PageContentBlock.tsx b/resources/scripts/components/elements/PageContentBlock.tsx index 83e7da702..ffea8819c 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 -  © 2024 - {new Date().getFullYear()} +  Pelican© 2024 - {new Date().getFullYear()}

diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index c37155bae..d48fad64b 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -7,7 +7,7 @@ - + @include('layouts.scripts') diff --git a/resources/views/templates/wrapper.blade.php b/resources/views/templates/wrapper.blade.php index 4c2705517..8e52dc80c 100644 --- a/resources/views/templates/wrapper.blade.php +++ b/resources/views/templates/wrapper.blade.php @@ -9,12 +9,7 @@ - - - - - - + @show