🌐 Replaced hardcoded text to use translation
This commit is contained in:
@@ -49,6 +49,6 @@ export async function getStaticProps({ req, res, locale }: GetServerSidePropsCon
|
||||
const useStyles = createStyles(() => ({
|
||||
image: {
|
||||
margin: '0 auto',
|
||||
display: 'blcok',
|
||||
display: 'block',
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user