style(example page): remove comment

This commit is contained in:
EmmanuelMr18 2024-02-08 21:07:15 -06:00
parent b97e523e01
commit ccc9508664

View File

@ -81,7 +81,6 @@ async function Examples() {
<Button asChild>
<Link href={workflow.previewURL}>View Workflow</Link>
</Button>
{/* <Button>Deploy</Button> */}
</CardFooter>
</Card>;
})}