Gizlilik politikası bağlantısı ana sayfa, giriş ve kayıt sayfalarına eklendi
This commit is contained in:
@@ -135,7 +135,7 @@ const RegisterPage: React.FC = () => {
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', mb: 2 }}>
|
||||
<ShoppingCart sx={{ fontSize: 40, color: 'primary.main', mr: 1 }} />
|
||||
<Typography component="h1" variant="h4" color="primary.main" fontWeight="bold">
|
||||
HMarket
|
||||
hMarket
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
@@ -352,14 +352,16 @@ const RegisterPage: React.FC = () => {
|
||||
{/* Terms */}
|
||||
<Box sx={{ mt: 2, textAlign: 'center' }}>
|
||||
<Typography variant="body2" color="text.secondary">
|
||||
By creating an account, you agree to our{' '}
|
||||
<Link href="#" sx={{ textDecoration: 'none' }}>
|
||||
Terms of Service
|
||||
</Link>{' '}
|
||||
and{' '}
|
||||
<Link href="#" sx={{ textDecoration: 'none' }}>
|
||||
Privacy Policy
|
||||
Hesap oluşturarak,{' '}
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
sx={{ textDecoration: 'none' }}
|
||||
>
|
||||
Gizlilik Politikası
|
||||
</Link>
|
||||
'nı kabul etmiş olursunuz.
|
||||
</Typography>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user