Update views

This commit is contained in:
Lance Pioch 2024-03-26 22:00:39 -04:00
parent f452280cdb
commit 0af0bea90d
4 changed files with 4 additions and 10 deletions

View File

@ -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`}>&copy; 2015 - {new Date().getFullYear()}&nbsp;</p>
<p css={tw`text-center text-neutral-500 text-xs mt-4`}>&copy; 2024 - {new Date().getFullYear()}&nbsp;</p>
</Container>
));

View File

@ -34,7 +34,7 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
>
Panel
</a>
&nbsp;&copy; 2015 - {new Date().getFullYear()}
&nbsp;&copy; 2024 - {new Date().getFullYear()}
</p>
</ContentContainer>
</>

View File

@ -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>

View File

@ -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')