Update the rebranding and fix issues

This commit is contained in:
Kunthawat Greethong
2025-12-22 10:14:05 +07:00
parent 29248688f3
commit 68189db3b3
917 changed files with 2371 additions and 138265 deletions

View File

@@ -3,7 +3,6 @@ I will intentionally add an error
<dyad-write path="src/pages/Index.tsx" description="intentionally add an error">
// Update this page (the content is just a fallback if you fail to update the page)
import { MadeWithDyad } from "@/components/made-with-dyad";
const Index = () => {
throw new Error("Line 6 error");
@@ -16,7 +15,6 @@ return (
Start building your amazing project here!
</p>
</div>
<MadeWithDyad />
</div>
);
};

View File

@@ -3,7 +3,6 @@ I will intentionally add multiple errors to test the Fix All Errors button
<dyad-write path="src/pages/Index.tsx" description="intentionally add first error">
// Update this page (the content is just a fallback if you fail to update the page)
import { MadeWithDyad } from "@/components/made-with-dyad";
const Index = () => {
throw new Error("First error in Index");
@@ -16,7 +15,6 @@ return (
Start building your amazing project here!
</p>
</div>
<MadeWithDyad />
</div>
);
};

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB