Browse Source

add whatsapp link

master
azri 1 month ago
parent
commit
035b1b14a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Footer/Footer.jsx

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

152
 
152
 
153
             <Box sx={{ display: "flex", gap: 1, justifyContent: "end", cursor: "pointer" }}>
153
             <Box sx={{ display: "flex", gap: 1, justifyContent: "end", cursor: "pointer" }}>
154
               <a
154
               <a
155
-                href="whatsapp"
155
+                href="https://wa.me/+60172282072"
156
                 style={{
156
                 style={{
157
                   color: "#95AAC5"
157
                   color: "#95AAC5"
158
                 }}><WhatsAppIcon />
158
                 }}><WhatsAppIcon />

Loading…
Cancel
Save