add Landing page (#7)
This commit is contained in:
8
src/components/landing/Footer/Copyright/Copyright.tsx
Normal file
8
src/components/landing/Footer/Copyright/Copyright.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React, { FC } from 'react';
|
||||
import { Text } from '@chakra-ui/react';
|
||||
|
||||
const currentYear = new Date().getFullYear();
|
||||
|
||||
export const Copyright: FC = () => {
|
||||
return <Text color='whiteAlpha.500'>© {currentYear} DryMaster. Все права защищены</Text>;
|
||||
};
|
||||
Reference in New Issue
Block a user