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 (
-
- );
- };
\ No newline at end of file
+ return ;
+};
diff --git a/studio/schemas/documents/blog.ts b/studio/schemas/documents/blog.ts
index c511835d4..d6ff2b4a5 100644
--- a/studio/schemas/documents/blog.ts
+++ b/studio/schemas/documents/blog.ts
@@ -2,7 +2,7 @@ import { defineField, defineType } from "sanity";
import seo from "../objects/seo";
import { pageSlug } from "../schemaTypes/slug";
import { title } from "../fields/text";
-import { OpenSharedButton} from "studio/components/OpenSharedButton";
+import { OpenSharedButton } from "studio/components/OpenSharedButton";
export const blogId = "blog";
@@ -60,11 +60,11 @@ const blog = defineType({
title: "Go To Shared Content",
description:
"If you're interested in creating content that is shared across all domains, please add it to the shared Sanity project.",
- type: "string",
- components: {
- input: OpenSharedButton,
- },
- }),
+ type: "string",
+ components: {
+ input: OpenSharedButton,
+ },
+ }),
],
preview: {
select: {