Translations and styling improved on main page.
This commit is contained in:
15
src/components/Info.tsx
Normal file
15
src/components/Info.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import './Info.scss';
|
||||
|
||||
export const Info = () => {
|
||||
return (
|
||||
<section className='Info'>
|
||||
<h1>
|
||||
<FormattedMessage id='main.info' />
|
||||
</h1>
|
||||
<h2>
|
||||
<FormattedMessage id='main.toBeDecided' />
|
||||
</h2>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user