fix(site): update registry link to point to templates page (#23589)

This commit is contained in:
david-fraley
2026-03-25 09:57:14 -05:00
committed by GitHub
parent 196c61051f
commit c0ab22dc88
@@ -32,12 +32,12 @@ export const CreateTemplateGalleryPageView: FC<
actions={
<Button asChild size="sm" variant="outline">
<a
href="https://registry.coder.com"
href="https://registry.coder.com/templates"
target="_blank"
rel="noopener noreferrer"
className="flex items-center"
>
Browse the Coder Registry
Browse other Templates on the Coder Registry
<ExternalLinkIcon className="size-icon-sm ml-1" />
</a>
</Button>