small nits

This commit is contained in:
Chris
2025-11-09 15:25:24 -05:00
parent 475df15ce6
commit 020d766e20
2 changed files with 3 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ class Git::Github::Client < Git::Client
def webhook_exists?
webhook.present?
rescue Octokit::NotFound
false
end
def remove_webhook!

View File

@@ -24,7 +24,7 @@
<div class="mt-6 p-4 rounded-lg">
<h3 class="text-lg font-semibold mb-2">Public Git Repository</h3>
<p class="mb-4">Use a public repository by entering the URL below. Features like PR Previews and Auto-Deploy are not available if the repository has not been configured for Render.</p>
<p class="mb-4">Use a public repository by entering the URL below. Features like PR Previews and Auto-Deploy are not available if the repository has not been configured for Canine.</p>
<div class="flex gap-4">
<input type="text" placeholder="czhu12/whiteboarder" data-github-select-repository-target="publicRepository" class="input input-bordered w-full mb-4" />
<button type="button" data-action="github-select-repository#selectPublicRepository" class="btn btn-outline">Continue</button>