Skip to content

Commit f2e92d8

Browse files
authoredJan 2, 2022
Adjust copyright in footer to be more consistent
1 parent a6a9b31 commit f2e92d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎resources/scripts/components/elements/PageContentBlock.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ const PageContentBlock: React.FC<PageContentBlockProps> = ({ title, showFlashKey
2828
</ContentContainer>
2929
<ContentContainer css={tw`mb-4`}>
3030
<p css={tw`text-center text-neutral-500 text-xs`}>
31-
&copy; 2015 - {(new Date()).getFullYear()}&nbsp;
3231
<a
3332
rel={'noopener nofollow noreferrer'}
3433
href={'https://pterodactyl.io'}
3534
target={'_blank'}
3635
css={tw`no-underline text-neutral-500 hover:text-neutral-300`}
3736
>
38-
Pterodactyl Software
37+
Pterodactyl&reg;
3938
</a>
39+
&nbsp;&copy; 2015 - {(new Date()).getFullYear()}
4040
</p>
4141
</ContentContainer>
4242
</>

0 commit comments

Comments
 (0)
Please sign in to comment.