mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): update registry link to point to templates page (#23589)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user