update year in copyright year + fix #460 (#497)

* chore: update year in copyright

* auto date + revert copyright text + fix #460

Co-authored-by: Danil Shaymurzin <im@murka.me>
This commit is contained in:
Oscar Beaumont 2023-01-03 14:15:08 +08:00 committed by GitHub
parent db5b401238
commit a309d15a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -69,7 +69,7 @@ const AppEmbed = () => {
<div className="relative z-30 h-[255px] px-1 sm:h-[428px] md:h-[428px] lg:h-[628px] mt-8 sm:mt-16">
<div
className={clsx(
'relative h-full m-auto border rounded-lg max-w-7xl transition-opacity bg-gray-850 border-gray-550 opacity-0',
'relative h-full m-auto border rounded-lg max-w-7xl transition-opacity border-gray-550 opacity-0',
renderBloom && '!opacity-100',
renderImage && 'bg-transparent border-none'
)}
@ -88,7 +88,7 @@ const AppEmbed = () => {
/>
)}
{renderImage && <div className="z-40 h-full sm:w-auto fade-in-app-embed landing-img" />}
{renderImage && <div className="z-40 h-full w-auto fade-in-app-embed landing-img" />}
</div>
</div>
</div>

View file

@ -30,7 +30,9 @@ export function Footer() {
<img src={AppLogo} className="w-10 h-10 mb-5" />
<h3 className="mb-1 text-xl font-bold">Spacedrive</h3>
<p className="text-sm text-gray-350">&copy; Copyright 2022 Spacedrive Technology Inc.</p>
<p className="text-sm text-gray-350">
&copy; Copyright {new Date().getFullYear()} Spacedrive Technology Inc.
</p>
<div className="flex flex-row mt-6 mb-10 space-x-3">
<FooterLink link="https://twitter.com/spacedriveapp">
<Twitter />

View file

@ -1,6 +1,6 @@
# Spacedrive
Copyright &copy; 2022-present Spacedrive Technology Inc.
Copyright &copy; 2022-present Spacedrive Technology Inc.
## Business contact