Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed McConnell committed Dec 21, 2024
1 parent 4273fe4 commit aeb501f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/commit.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "commit": "6a5deaf5357e9b9d76ae9c44921e1534e6bd376a" }
{ "commit": "4273fe40ea87af67dd2db7a74d1f5be4ce637afa" }
4 changes: 2 additions & 2 deletions app/components/git/GitCloneModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function GitCloneModal({ open, onClose, onClone }: GitCloneModalProps) {
<div className="p-4 space-y-4">
{(!selectedRepo || !isAuthenticated) && (
<div>
<div className="text-[13px] font-medium text-[#8B8B8B] mb-2">Public Repository</div>
<div className="text-[13px] font-medium text-[#8B8B8B] mb-2">Public Repository URL</div>
<input
type="text"
placeholder="Enter Git URL"
Expand All @@ -128,7 +128,7 @@ export function GitCloneModal({ open, onClose, onClone }: GitCloneModalProps) {

<div>
<div className="text-[13px] font-medium text-[#8B8B8B] mb-2">
{isAuthenticated ? `${username}'s Repositories` : 'Private Repository'}
{isAuthenticated ? `${username}'s GitHub Repositories` : 'Private Repository'}
</div>
{isAuthenticated ? (
<select
Expand Down

0 comments on commit aeb501f

Please sign in to comment.