From 4e2d5616090a8b74aab26fdaca0642d565a9a59c Mon Sep 17 00:00:00 2001 From: Ed McConnell Date: Sat, 21 Dec 2024 15:50:22 -0500 Subject: [PATCH] more changes --- app/commit.json | 2 +- app/components/git/GitCloneModal.tsx | 2 +- app/components/sidebar/Menu.client.tsx | 2 +- app/lib/github/GitHubAuth.tsx | 10 ++++------ 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/app/commit.json b/app/commit.json index 76e14bc64..dcafaee1b 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "fd7e72a30b2d360fbd163e0075b2b278db8c571e" } +{ "commit": "b07702d0bc09434df42448248354821658ad14e7" } diff --git a/app/components/git/GitCloneModal.tsx b/app/components/git/GitCloneModal.tsx index d1df4c008..ce212172c 100644 --- a/app/components/git/GitCloneModal.tsx +++ b/app/components/git/GitCloneModal.tsx @@ -128,7 +128,7 @@ export function GitCloneModal({ open, onClose, onClone }: GitCloneModalProps) {
- {isAuthenticated ? `${username}'s GitHub Repositories` : 'Private Repository'} + {isAuthenticated ? `${username}'s GitHub Repositories` : 'Your GitHub Repositories'}
{isAuthenticated ? (