Skip to content

Commit

Permalink
update default sitekey
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Nov 2, 2023
1 parent c39884d commit e8fa4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const previews: Array<{
];

export default function Home() {
const [sitekey, setSitekey] = useState("1x00000000000000000000AA");
const [sitekey, setSitekey] = useState("0x4AAAAAAAA6ulk8fhx8AjD-");
const [action, setAction] = useState("demo");
const [cdata, setCData] = useState("customerdata");
const [theme, setTheme] = useState<"light" | "dark" | "auto">("auto");
Expand Down

0 comments on commit e8fa4e1

Please sign in to comment.