mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 01:44:45 +02:00
logo and favicon changes
# Conflicts: # resources/scripts/components/auth/LoginFormContainer.tsx # resources/scripts/components/elements/PageContentBlock.tsx # resources/views/layouts/admin.blade.php
This commit is contained in:
parent
01f63f7122
commit
7c575205d3
BIN
public/pelican.ico
Normal file
BIN
public/pelican.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 KiB |
181
public/pelican.svg
Normal file
181
public/pelican.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 928 KiB |
@ -34,12 +34,14 @@ export default forwardRef<HTMLFormElement, Props>(({ title, ...props }, ref) =>
|
||||
<FlashMessageRender css={tw`mb-2 px-1`} />
|
||||
<Form {...props} ref={ref}>
|
||||
<div css={tw`md:flex w-full bg-white shadow-lg rounded-lg p-6 md:pl-0 mx-1`}>
|
||||
<div css={tw`flex-none select-none mb-6 md:mb-0 self-center`}>
|
||||
<img css={tw`block w-48 md:w-64 mx-auto`} />
|
||||
<div css={tw`flex-none select-none mb-6 md:mb-0 self-center p-6`}>
|
||||
<img src={'/pelican.svg'} css={tw`block w-48 md:w-64 mx-auto`} />
|
||||
</div>
|
||||
<div css={tw`flex-1`}>{props.children}</div>
|
||||
</div>
|
||||
</Form>
|
||||
<p css={tw`text-center text-neutral-500 text-xs mt-4`}>© 2015 - {new Date().getFullYear()} </p>
|
||||
<p css={tw`text-center text-neutral-500 text-xs mt-4`}>
|
||||
Pelican © 2024 - {new Date().getFullYear()}
|
||||
</p>
|
||||
</Container>
|
||||
));
|
||||
|
@ -34,7 +34,7 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
|
||||
>
|
||||
Panel
|
||||
</a>
|
||||
© 2015 - {new Date().getFullYear()}
|
||||
Pelican© 2024 - {new Date().getFullYear()}
|
||||
</p>
|
||||
</ContentContainer>
|
||||
</>
|
||||
|
@ -7,13 +7,7 @@
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<meta name="_token" content="{{ csrf_token() }}">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/favicons/manifest.json">
|
||||
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#bc6e3c">
|
||||
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
|
||||
<link rel="icon" type="image/x-icon" href="/pelican.ico">
|
||||
<meta name="theme-color" content="#0e4688">
|
||||
|
||||
@include('layouts.scripts')
|
||||
|
@ -9,12 +9,7 @@
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/favicons/manifest.json">
|
||||
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#bc6e3c">
|
||||
<link rel="shortcut icon" href="/favicons/favicon.ico">
|
||||
<link rel="shortcut icon" href="/pelican.ico">
|
||||
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#0e4688">
|
||||
@show
|
||||
|
Loading…
x
Reference in New Issue
Block a user