Update the rebranding and fix issues
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user