Change branding

This commit is contained in:
Angelillo15 2023-10-17 21:49:21 +02:00
parent 5694e2ae0c
commit 9c054b7af3
1 changed files with 3 additions and 3 deletions

View File

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