diff --git a/resources/views/livewire/project/new/github-private-repository.blade.php b/resources/views/livewire/project/new/github-private-repository.blade.php
index 07c664b38..b8ed3fb8a 100644
--- a/resources/views/livewire/project/new/github-private-repository.blade.php
+++ b/resources/views/livewire/project/new/github-private-repository.blade.php
@@ -39,39 +39,37 @@
@endif
-
- @if ($branches->count() > 0)
-
-
-
-
- @foreach ($branches as $branch)
- @if ($loop->first)
-
- @else
-
- @endif
- @endforeach
-
- @if ($is_static)
-
- @else
-
- @endif
-
+ @if ($branches->count() > 0)
+
+
+
+
+ @foreach ($branches as $branch)
+ @if ($loop->first)
+
+ @else
+
+ @endif
+ @endforeach
+
+ @if ($is_static)
+
+ @else
+
+ @endif
+
-
- Save New Application
-
- @endif
-
+