Kullanım şartları (Terms of Service) bağlantısı tüm sayfalara eklendi
This commit is contained in:
@@ -245,7 +245,16 @@ const LoginPage: React.FC = () => {
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
<Box sx={{ textAlign: 'center', mt: 3, pt: 2, borderTop: '1px solid rgba(0,0,0,0.05)' }}>
|
||||
<Box sx={{ textAlign: 'center', mt: 3, pt: 2, borderTop: '1px solid rgba(0,0,0,0.05)', display: 'flex', justifyContent: 'center', gap: 2 }}>
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-kullanim-sartlari/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
variant="caption"
|
||||
sx={{ textDecoration: 'none', color: 'text.secondary' }}
|
||||
>
|
||||
Kullanım Şartları
|
||||
</Link>
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
|
||||
target="_blank"
|
||||
|
||||
@@ -353,6 +353,15 @@ const RegisterPage: React.FC = () => {
|
||||
<Box sx={{ mt: 2, textAlign: 'center' }}>
|
||||
<Typography variant="body2" color="text.secondary">
|
||||
Hesap oluşturarak,{' '}
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-kullanim-sartlari/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
sx={{ textDecoration: 'none' }}
|
||||
>
|
||||
Kullanım Şartları
|
||||
</Link>
|
||||
{' '}ve{' '}
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
|
||||
target="_blank"
|
||||
|
||||
@@ -326,16 +326,27 @@ const DashboardPage: React.FC = () => {
|
||||
</Box>
|
||||
|
||||
{/* Footer */}
|
||||
<Box sx={{ mt: 8, pt: 4, borderTop: '1px solid rgba(0,0,0,0.05)', textAlign: 'center' }}>
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
variant="body2"
|
||||
sx={{ textDecoration: 'none', color: 'text.secondary' }}
|
||||
>
|
||||
Gizlilik Politikası
|
||||
</Link>
|
||||
<Box sx={{ mt: 8, pt: 4, borderTop: '1px solid rgba(0,0,0,0.05)', textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center', gap: 1 }}>
|
||||
<Box sx={{ display: 'flex', gap: 2 }}>
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-kullanim-sartlari/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
variant="body2"
|
||||
sx={{ textDecoration: 'none', color: 'text.secondary' }}
|
||||
>
|
||||
Kullanım Şartları
|
||||
</Link>
|
||||
<Link
|
||||
href="https://www.mustafaozkaya.tr/hmarket-gizlilik-politikasi/"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
variant="body2"
|
||||
sx={{ textDecoration: 'none', color: 'text.secondary' }}
|
||||
>
|
||||
Gizlilik Politikası
|
||||
</Link>
|
||||
</Box>
|
||||
<Typography variant="caption" display="block" sx={{ mt: 1, color: 'text.disabled' }}>
|
||||
© 2026 hMarket - Mustafa ÖZKAYA
|
||||
</Typography>
|
||||
|
||||
Reference in New Issue
Block a user