diff --git a/public/img/akaunting-logo-green.png b/public/img/akaunting-logo-green.png
deleted file mode 100644
index 866a1695f..000000000
Binary files a/public/img/akaunting-logo-green.png and /dev/null differ
diff --git a/public/img/akaunting-logo-green.svg b/public/img/akaunting-logo-green.svg
new file mode 100644
index 000000000..848ccd8aa
--- /dev/null
+++ b/public/img/akaunting-logo-green.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/img/akaunting-logo-white.png b/public/img/akaunting-logo-white.png
deleted file mode 100644
index a97bebf1d..000000000
Binary files a/public/img/akaunting-logo-white.png and /dev/null differ
diff --git a/public/img/akaunting-logo-white.svg b/public/img/akaunting-logo-white.svg
new file mode 100644
index 000000000..6448634cb
--- /dev/null
+++ b/public/img/akaunting-logo-white.svg
@@ -0,0 +1 @@
+
diff --git a/resources/views/common/items/index.blade.php b/resources/views/common/items/index.blade.php
index d49d1ee61..84c843a2e 100644
--- a/resources/views/common/items/index.blade.php
+++ b/resources/views/common/items/index.blade.php
@@ -52,7 +52,7 @@
{{ Form::bulkActionGroup($item->id, $item->name) }}
-
+
{{ $item->name }}
|
diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php
index 4acbcc0ff..789859921 100644
--- a/resources/views/layouts/auth.blade.php
+++ b/resources/views/layouts/auth.blade.php
@@ -11,7 +11,7 @@
-  }})
+
diff --git a/resources/views/layouts/install.blade.php b/resources/views/layouts/install.blade.php
index e4d411734..c31c78ced 100644
--- a/resources/views/layouts/install.blade.php
+++ b/resources/views/layouts/install.blade.php
@@ -8,7 +8,7 @@
-  }})
+
diff --git a/resources/views/partials/admin/menu.blade.php b/resources/views/partials/admin/menu.blade.php
index 427ce6a26..1f493540d 100644
--- a/resources/views/partials/admin/menu.blade.php
+++ b/resources/views/partials/admin/menu.blade.php
@@ -6,7 +6,7 @@
-
+
{{ Str::limit(setting('company.name'), 22) }}
@permission('read-common-companies')
diff --git a/resources/views/partials/portal/menu.blade.php b/resources/views/partials/portal/menu.blade.php
index f74b79d02..0faaae5c3 100644
--- a/resources/views/partials/portal/menu.blade.php
+++ b/resources/views/partials/portal/menu.blade.php
@@ -6,7 +6,7 @@
-
+
{{ Str::limit(setting('company.name'), 22) }}
|