diff --git a/.prettierrc b/.prettierrc index 0967ef4..b0e6c85 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1 +1,3 @@ -{} +{ + "plugins": ["prettier-plugin-tailwindcss"] +} diff --git a/apps/docs/components/BeforeAfterCodeLayout.tsx b/apps/docs/components/BeforeAfterCodeLayout.tsx index 8da3d59..ecb0d92 100644 --- a/apps/docs/components/BeforeAfterCodeLayout.tsx +++ b/apps/docs/components/BeforeAfterCodeLayout.tsx @@ -11,10 +11,10 @@ export function BeforeAfterCodeLayout({ after, }: BeforeAfterCodeLayoutProps) { return ( -
diff --git a/apps/docs/components/LiveCodeSandpack.tsx b/apps/docs/components/LiveCodeSandpack.tsx
index 84be1b6..fce96e0 100644
--- a/apps/docs/components/LiveCodeSandpack.tsx
+++ b/apps/docs/components/LiveCodeSandpack.tsx
@@ -137,7 +137,7 @@ function LiveCodeSandpack({ children, previewClassName }: LiveCodeProps) {
/>
{children} {children}
diff --git a/apps/docs/components/Logo.tsx b/apps/docs/components/Logo.tsx
index f86f4b2..1cf5c4f 100644
--- a/apps/docs/components/Logo.tsx
+++ b/apps/docs/components/Logo.tsx
@@ -3,8 +3,8 @@ export type LogoProps = {
};
export const Logo = ({ className = "text-xl" }: LogoProps) => (
- React{" "}
-
+ React{" "}
+
Unforget
diff --git a/apps/docs/components/OldAndNewCodeReveal.tsx b/apps/docs/components/OldAndNewCodeReveal.tsx
index b11f0a2..409cc67 100644
--- a/apps/docs/components/OldAndNewCodeReveal.tsx
+++ b/apps/docs/components/OldAndNewCodeReveal.tsx
@@ -64,7 +64,7 @@ const newCode = `const NiceComponent = () =>
export const OldAndNewCodeReveal = () => {
return (
-
+
{children}
);
@@ -133,7 +133,7 @@ export const TextRevealCardDescription = ({
className?: string;
}) => {
return (
-