diff --git a/front/salix/components/home/home.html b/front/salix/components/home/home.html
index 80e0eb8abb..37cf4eddb1 100644
--- a/front/salix/components/home/home.html
+++ b/front/salix/components/home/home.html
@@ -17,27 +17,24 @@
translate-attr="{title: mod.name}"
class="vn-shadow">
-
-
-
-
+
+
-
-
-
+
+
-
-
- in: {{$index}} - pos {{mod.position}}
+ ng-click="$ctrl.moveModule(mod, $event, 'decrease')"
+ icon="arrow_right">
+
diff --git a/front/salix/components/home/style.scss b/front/salix/components/home/style.scss
index ec97b18e85..bfe97dd7df 100644
--- a/front/salix/components/home/style.scss
+++ b/front/salix/components/home/style.scss
@@ -52,6 +52,11 @@ vn-home {
max-width: 704px;
margin: 0 auto;
+ & > a:first-child span vn-icon[icon="arrow_left"],
+ & > a:last-child span vn-icon[icon="arrow_right"] {
+ visibility: hidden;
+ }
+
& > a {
@extend %clickable-light;
display: flex;
@@ -79,9 +84,6 @@ vn-home {
opacity: 1;
}
- & .hidden {
- visibility: hidden;
- }
& > div {
height: 70px;