浏览代码

contact us link

master
azri 5 个月前
父节点
当前提交
9114c0cafe
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/components/Footer/Footer.jsx

+ 3
- 0
src/components/Footer/Footer.jsx 查看文件

94
             <Typography variant="body2" sx={{ mb: 1 }}>
94
             <Typography variant="body2" sx={{ mb: 1 }}>
95
               <a href="/shopping_faqs" style={{ textDecoration: 'none', color: 'inherit', cursor:"pointer" }}>Shopping FAQs</a>
95
               <a href="/shopping_faqs" style={{ textDecoration: 'none', color: 'inherit', cursor:"pointer" }}>Shopping FAQs</a>
96
             </Typography>
96
             </Typography>
97
+            <Typography variant="body2" sx={{ mb: 1 }}>
98
+              <a href="/contact_us" style={{ textDecoration: 'none', color: 'inherit', cursor:"pointer" }}>Contact Us</a>
99
+            </Typography>
97
           </nav>
100
           </nav>
98
         </Grid>
101
         </Grid>
99
 
102
 

正在加载...
取消
保存