Merge branch 'dillon/34.8-jenkins-vapor' into vapor/production

This commit is contained in:
Dillon Ngo
2024-10-16 03:52:39 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -219,7 +219,7 @@
</svg>
</div>
<div class="col">
<a href="{{route('admin.download')}}"><h6 class="no-margin light fs-18 all-caps">Download</h6></a>
<a href="{{route('admin.downloads')}}"><h6 class="no-margin light fs-18 all-caps">Downloads</h6></a>
</div>
</div>
<div class="row p-t-15 p-b-15 justify-content-center d-md-none">
+1 -1
View File
@@ -1366,4 +1366,4 @@ Route::get('/group-transaction-with-completed-payments', function () {
Route::get('/downloads', function () {
return view('pages.downloads.index');
})->name('admin.download');
})->name('admin.downloads');