Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 28, 2024
1 parent 7aa0951 commit 360bf59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion studio/components/linkButton/LinkButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ArrowRightIcon } from "@sanity/icons";
import styles from "./linkButton.module.css"
import styles from "./linkButton.module.css";

export const LinkButton = () => {
return (
Expand Down
2 changes: 0 additions & 2 deletions studio/schemas/documents/blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { pageSlug } from "../schemaTypes/slug";
import { title } from "../fields/text";
import { LinkButton } from "studio/components/linkButton/LinkButton";



export const blogId = "blog";

const blog = defineType({
Expand Down

0 comments on commit 360bf59

Please sign in to comment.