Add Todo button to homepage when examples are included

Add project creation time display in success message
This commit is contained in:
Aman Varshney
2025-03-24 01:38:53 +05:30
parent df0aa04503
commit b5f47fc23b
8 changed files with 47 additions and 113 deletions

View File

@@ -67,15 +67,7 @@ function HomeComponent() {
/>
</ul>
</section>
<div className="mt-4 flex flex-col gap-4 sm:flex-row sm:items-center">
<Button asChild>
<Link to="/todos" className="flex items-center">
View Todo Demo
<ArrowRight className="ml-1 h-4 w-4" />
</Link>
</Button>
</div>
<div id="buttons"></div>
</div>
</div>
);