Fix copyright text (#1476)

i'm a commit monkey
This commit is contained in:
Oscar Beaumont 2023-10-11 16:57:13 +11:00 committed by GitHub
parent 6a10c8287a
commit 69ade6b3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ export function OnboardingContainer({ children }: React.PropsWithChildren) {
</MotiView>
</KeyboardAvoidingView>
<Text style={tw`absolute bottom-8 text-xs text-ink-dull/50`}>
&copy; 2022 Spacedrive Technology Inc.
&copy; {new Date().getFullYear()} Spacedrive Technology Inc.
</Text>
</View>
{/* Bloom */}

View file

@ -43,7 +43,7 @@ export const Component = () => {
</div>
<div className="flex justify-center p-4">
<p className="text-xs text-ink-dull opacity-50">
&copy; 2022 Spacedrive Technology Inc.
&copy; {new Date().getFullYear()} Spacedrive Technology Inc.
</p>
</div>
<div className="absolute -z-10">