diff --git a/studio/components/OpenSharedButton.tsx b/studio/components/OpenSharedButton.tsx index 6571b655a..c31babccf 100644 --- a/studio/components/OpenSharedButton.tsx +++ b/studio/components/OpenSharedButton.tsx @@ -1,11 +1,9 @@ import { Button } from "@sanity/ui"; export const OpenSharedButton = () => { - const handleClick = () => { - window.open("http://localhost:3000/shared", "_blank"); - }; + const handleClick = () => { + window.open("http://localhost:3000/shared", "_blank"); + }; - return ( -