Browse Source

disable footer

master
azri 4 weeks ago
parent
commit
6b6dfd5b2b
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/components/Footer/Footer.jsx

+ 5
- 5
src/components/Footer/Footer.jsx View File

80
           </Typography>
80
           </Typography>
81
           <nav>
81
           <nav>
82
             <Typography variant="body2" sx={{ mb: 1 }}>
82
             <Typography variant="body2" sx={{ mb: 1 }}>
83
-              <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Delivery Information</a>
83
+              <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Delivery Information</a>
84
             </Typography>
84
             </Typography>
85
             <Typography variant="body2" sx={{ mb: 1 }}>
85
             <Typography variant="body2" sx={{ mb: 1 }}>
86
-              <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Sale Terms & Conditions</a>
86
+              <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Sale Terms & Conditions</a>
87
             </Typography>
87
             </Typography>
88
             <Typography variant="body2" sx={{ mb: 1 }}>
88
             <Typography variant="body2" sx={{ mb: 1 }}>
89
-              <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Returns & Refunds</a>
89
+              <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Returns & Refunds</a>
90
             </Typography>
90
             </Typography>
91
             <Typography variant="body2" sx={{ mb: 1 }}>
91
             <Typography variant="body2" sx={{ mb: 1 }}>
92
-              <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Privacy Notice</a>
92
+              <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Privacy Notice</a>
93
             </Typography>
93
             </Typography>
94
             <Typography variant="body2" sx={{ mb: 1 }}>
94
             <Typography variant="body2" sx={{ mb: 1 }}>
95
-              <a href="#" style={{ textDecoration: 'none', color: 'inherit' }}>Shopping FAQs</a>
95
+              <a style={{ textDecoration: 'none', color: 'inherit', color:"gray", cursor:"pointer" }}>Shopping FAQs</a>
96
             </Typography>
96
             </Typography>
97
           </nav>
97
           </nav>
98
         </Grid>
98
         </Grid>

Loading…
Cancel
Save