diff --git a/frontend/views/landing/view.php b/frontend/views/landing/view.php
index 0d32272..d724015 100644
--- a/frontend/views/landing/view.php
+++ b/frontend/views/landing/view.php
@@ -16,6 +16,9 @@
+
+
+
=$seo->title; ?>
diff --git a/frontend/web/css/css_min.css b/frontend/web/css/css_min.css
index 334747e..051c5eb 100644
--- a/frontend/web/css/css_min.css
+++ b/frontend/web/css/css_min.css
@@ -1980,7 +1980,7 @@ a:hover {
left: 0;
top: 0.5rem;
content: '';
- background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; }
+ background: url("../../storage/landing/icons/arrow-green.png") 50% 50% no-repeat; }
.opportunities-right_btn a {
width: 306px;
@@ -2531,7 +2531,7 @@ ol li:before {
left: 0;
top: 0.3125rem;
content: '';
- background: url("../imgs/icons/arrow-green.png") 50% 50% no-repeat; }
+ background: url("../../storage/landing/icons/arrow-green.png") 50% 50% no-repeat; }
.netbilling {
width: inherit;
--
libgit2 0.21.4