fix: remove ads text align

This commit is contained in:
Maël Gangloff
2024-08-05 14:21:52 +02:00
parent 204498110e
commit 3341ba00c7

View File

@@ -38,7 +38,7 @@ export default function LoginPage() {
onClick={toggleWantRegister}>{wantRegister ? t`Log in` : t`Create an account`}</Button>
}
</Card.Grid>
<Card.Grid style={gridStyle} hoverable={false}>
<Card.Grid style={{width: '50%'}} hoverable={false}>
<TextPage resource='ads.md'/>
</Card.Grid>
</Card>