瀏覽代碼

contact us link

master
azri 1 周之前
父節點
當前提交
9114c0cafe
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      src/components/Footer/Footer.jsx

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

@@ -94,6 +94,9 @@ const Footer = () => {
94 94
             <Typography variant="body2" sx={{ mb: 1 }}>
95 95
               <a href="/shopping_faqs" style={{ textDecoration: 'none', color: 'inherit', cursor:"pointer" }}>Shopping FAQs</a>
96 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 100
           </nav>
98 101
         </Grid>
99 102
 

Loading…
取消
儲存