Link updates button

cgen-54ca645cb4924544827017c39cfe05f9
This commit is contained in:
Builder.io 2025-10-14 00:52:29 +00:00
parent d4cbf13913
commit 5585dfa681

View file

@ -258,12 +258,13 @@ export default function DocsOverview() {
<div className="flex items-center justify-between mb-6">
<h3 className="text-2xl font-bold text-white">Recent Updates</h3>
<Button
variant="outline"
size="sm"
className="border-slate-600 text-white hover:bg-slate-800"
>
View All Updates
</Button>
asChild
variant="outline"
size="sm"
className="border-slate-600 text-white hover:bg-slate-800"
>
<Link to="/changelog">View All Updates</Link>
</Button>
</div>
<div className="space-y-4">
{featuredUpdates.map((update, index) => (