diff --git a/.gitignore b/.gitignore
index dce7364..fa9bbd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-/writable
\ No newline at end of file
+/writable
+/public/uploads
\ No newline at end of file
diff --git a/app/Views/business.php b/app/Views/business.php
index 04456c5..6d2959f 100644
--- a/app/Views/business.php
+++ b/app/Views/business.php
@@ -84,7 +84,7 @@
@@ -276,7 +276,7 @@
function PreviewImage() {
console.log('function called');
- var fileInput = document.getElementById("client_logo");
+ var fileInput = document.getElementById("business_logo");
var file = fileInput.files[0];
if (file) {
diff --git a/app/Views/client_docs_preview.php b/app/Views/client_docs_preview.php
index 9c22a4d..973a13f 100644
--- a/app/Views/client_docs_preview.php
+++ b/app/Views/client_docs_preview.php
@@ -25,7 +25,7 @@
service_name; ?>
-
+
@@ -299,7 +299,7 @@