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,18 +153,21 @@ const Footer = () => {
153 153
             <Box sx={{ display: "flex", gap: 1, justifyContent: "end", cursor: "pointer" }}>
154 154
               <a
155 155
                 href="https://wa.me/+60172282072"
156
+                target="_blank"
156 157
                 style={{
157 158
                   color: "#95AAC5"
158 159
                 }}><WhatsAppIcon />
159 160
               </a>
160 161
               <a
161 162
                 href="https://www.instagram.com/amber.officials/?hl=en"
163
+                target="_blank"
162 164
                 style={{
163 165
                   color: "#95AAC5"
164 166
                 }}><InstagramIcon />
165 167
               </a>
166 168
               <a
167 169
                 href="https://www.tiktok.com/@ambermodeofficial"
170
+                target="_blank"
168 171
                 style={{
169 172
                   color: "#95AAC5"
170 173
                 }}><TikTokIcon color={"#95AAC5"} />

Loading…
Cancel
Save