diff --git a/frontend/src/lib/components/git_sync/DetectionFlow.svelte b/frontend/src/lib/components/git_sync/DetectionFlow.svelte
index 817b9942f7bb8..7fa749a0f1776 100644
--- a/frontend/src/lib/components/git_sync/DetectionFlow.svelte
+++ b/frontend/src/lib/components/git_sync/DetectionFlow.svelte
@@ -136,7 +136,7 @@
-
@@ -163,7 +163,12 @@
-
+
Save connection
diff --git a/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte b/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte
index c5700622d44dd..7f32f8ac8f3b1 100644
--- a/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte
+++ b/frontend/src/lib/components/git_sync/GitSyncRepositoryCard.svelte
@@ -234,13 +234,7 @@
{/if}
{#if !confirmingDelete}
-
+
Delete
@@ -278,12 +272,7 @@
/>
{#if !emptyString(repo.git_repo_resource_path)}
-
+
Test connection
{/if}
@@ -360,10 +349,7 @@
{#if repo.isUnsavedConnection && !emptyString(repo.git_repo_resource_path) && idx !== null}
-
+
{:else}
-
+
@@ -402,7 +384,7 @@
idx !== null && gitSyncContext.showPullModal(idx)}
startIcon={{ icon: Download }}
>
@@ -410,7 +392,7 @@
idx !== null && gitSyncContext.showPushModal(idx)}
startIcon={{ icon: Upload }}
>
diff --git a/frontend/src/lib/components/git_sync/GitSyncSection.svelte b/frontend/src/lib/components/git_sync/GitSyncSection.svelte
index 52b4b4326d4e9..2ec22f95b15e1 100644
--- a/frontend/src/lib/components/git_sync/GitSyncSection.svelte
+++ b/frontend/src/lib/components/git_sync/GitSyncSection.svelte
@@ -38,7 +38,9 @@
// Check if any secondary repositories are unsaved
const hasUnsavedSecondary = $derived(secondarySync.some((s) => s.repo.isUnsavedConnection))
- const hasUnsavedSecondaryPromotion = $derived(secondaryPromotion.some((s) => s.repo.isUnsavedConnection))
+ const hasUnsavedSecondaryPromotion = $derived(
+ secondaryPromotion.some((s) => s.repo.isUnsavedConnection)
+ )
{#if !gitSyncContext}
@@ -74,7 +76,6 @@
{#if $enterpriseLicense && gitSyncContext.repositories != undefined}
-
-
- {isInitialSetup ? 'Configure initial sync settings' : 'Review migration settings'}
-
-
{:else}