fix:tawkto
This commit is contained in:
parent
984513321c
commit
63865ac8b4
|
|
@ -4,7 +4,7 @@ import { useEffect } from "react";
|
|||
const LoadTawk = () => {
|
||||
useEffect(() => {
|
||||
const script = document.createElement("script");
|
||||
script.src = "https://embed.tawk.to/5d43069be5ae967ef80df561/default"; // GANTI
|
||||
script.src = "https://embed.tawk.to/5d43069be5ae967ef80df561/default";
|
||||
script.async = true;
|
||||
script.charset = "UTF-8";
|
||||
script.setAttribute("crossorigin", "*");
|
||||
|
|
|
|||
Loading…
Reference in New Issue