Adjust copyright in footer to be more consistent

This commit is contained in:
Dane Everitt 2022-01-02 07:25:07 -08:00 committed by GitHub
parent a6a9b31278
commit f2e92d80ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,15 +28,15 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
</ContentContainer> </ContentContainer>
<ContentContainer css={tw`mb-4`}> <ContentContainer css={tw`mb-4`}>
<p css={tw`text-center text-neutral-500 text-xs`}> <p css={tw`text-center text-neutral-500 text-xs`}>
&copy; 2015 - {(new Date()).getFullYear()}&nbsp;
<a <a
rel={'noopener nofollow noreferrer'} rel={'noopener nofollow noreferrer'}
href={'https://pterodactyl.io'} href={'https://pterodactyl.io'}
target={'_blank'} target={'_blank'}
css={tw`no-underline text-neutral-500 hover:text-neutral-300`} css={tw`no-underline text-neutral-500 hover:text-neutral-300`}
> >
Pterodactyl Software Pterodactyl&reg;
</a> </a>
&nbsp;&copy; 2015 - {(new Date()).getFullYear()}
</p> </p>
</ContentContainer> </ContentContainer>
</> </>