Browse Source

target="_blank"target="_blank"

master
azri 1 month ago
parent
commit
2178711308
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/components/Footer/Footer.jsx

+ 3
- 0
src/components/Footer/Footer.jsx View File

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="https://wa.me/+60172282072"
155
                 href="https://wa.me/+60172282072"
156
+                target="_blank"
156
                 style={{
157
                 style={{
157
                   color: "#95AAC5"
158
                   color: "#95AAC5"
158
                 }}><WhatsAppIcon />
159
                 }}><WhatsAppIcon />
159
               </a>
160
               </a>
160
               <a
161
               <a
161
                 href="https://www.instagram.com/amber.officials/?hl=en"
162
                 href="https://www.instagram.com/amber.officials/?hl=en"
163
+                target="_blank"
162
                 style={{
164
                 style={{
163
                   color: "#95AAC5"
165
                   color: "#95AAC5"
164
                 }}><InstagramIcon />
166
                 }}><InstagramIcon />
165
               </a>
167
               </a>
166
               <a
168
               <a
167
                 href="https://www.tiktok.com/@ambermodeofficial"
169
                 href="https://www.tiktok.com/@ambermodeofficial"
170
+                target="_blank"
168
                 style={{
171
                 style={{
169
                   color: "#95AAC5"
172
                   color: "#95AAC5"
170
                 }}><TikTokIcon color={"#95AAC5"} />
173
                 }}><TikTokIcon color={"#95AAC5"} />

Loading…
Cancel
Save