mirror of
https://github.com/czhu12/canine.git
synced 2026-01-06 11:40:44 -06:00
fix copy: Docker Hub -> Container Registry
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<%= form_with(model: project, data: { turbo: false }) do |form| %>
|
||||
<h2 class="text-2xl font-bold">Create a new project from Git repository</h2>
|
||||
<%= link_to(
|
||||
"Deploy from Docker Hub instead →",
|
||||
"Deploy from Container Registry instead →",
|
||||
new_project_path(provider_type: Provider::REGISTRY_TYPE),
|
||||
class: "inline-block mt-2 underline underline-offset-4 text-blue-300 hover:text-blue-200 text-sm",
|
||||
) %>
|
||||
|
||||
Reference in New Issue
Block a user