mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
Update views
This commit is contained in:
parent
f452280cdb
commit
0af0bea90d
@ -40,6 +40,6 @@ export default forwardRef<HTMLFormElement, Props>(({ title, ...props }, ref) =>
|
||||
<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`}>© 2024 - {new Date().getFullYear()} </p>
|
||||
</Container>
|
||||
));
|
||||
|
@ -34,7 +34,7 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
|
||||
>
|
||||
Panel
|
||||
</a>
|
||||
© 2015 - {new Date().getFullYear()}
|
||||
© 2024 - {new Date().getFullYear()}
|
||||
</p>
|
||||
</ContentContainer>
|
||||
</>
|
||||
|
@ -27,7 +27,7 @@
|
||||
</div>
|
||||
<div class="box-body">
|
||||
@if ($version->isLatestPanel())
|
||||
You are running Panel version <code>{{ config('app.version') }}</code>. Your panel is up-to-date!
|
||||
You are running Pelican version <code>{{ config('app.version') }}</code>. Your panel is up-to-date!
|
||||
@else
|
||||
Your panel is <strong>not up-to-date!</strong> The latest version is
|
||||
<a>
|
||||
|
@ -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="/favicon.ico">
|
||||
<meta name="theme-color" content="#0e4688">
|
||||
|
||||
@include('layouts.scripts')
|
||||
|
Loading…
x
Reference in New Issue
Block a user