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

@@ -244,7 +244,6 @@ export default App;
</dyad-file>
<dyad-file path="src/components/made-with-dyad.tsx">
export const MadeWithDyad = () => {
return (
<div className="p-4 text-center">
<a
@@ -801,7 +800,6 @@ createRoot(document.getElementById("root")!).render(<App />);
<dyad-file path="src/pages/Index.tsx">
// 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 = () => {
return (
@@ -812,7 +810,6 @@ const Index = () => {
Start building your amazing project here!
</p>
</div>
<MadeWithDyad />
</div>
);
};