瀏覽代碼

target="_blank"target="_blank"

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

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

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…
取消
儲存