Change branding
This commit is contained in:
parent
5694e2ae0c
commit
9c054b7af3
|
@ -28,13 +28,13 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
|
||||||
<p css={tw`text-center text-neutral-500 text-xs`}>
|
<p css={tw`text-center text-neutral-500 text-xs`}>
|
||||||
<a
|
<a
|
||||||
rel={'noopener nofollow noreferrer'}
|
rel={'noopener nofollow noreferrer'}
|
||||||
href={'https://pterodactyl.io'}
|
href={'https://nookure.com'}
|
||||||
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®
|
Nookure®
|
||||||
</a>
|
</a>
|
||||||
© 2015 - {new Date().getFullYear()}
|
© 2022 - {new Date().getFullYear()}
|
||||||
</p>
|
</p>
|
||||||
</ContentContainer>
|
</ContentContainer>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in New Issue