Update license year, right on time 👹

This commit is contained in:
Dane Everitt
2021-03-26 09:30:13 -07:00
parent b5f5185a9b
commit a072b9c5be
4 changed files with 4 additions and 4 deletions

View File

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