diff --git a/src/app/_modules/pages/sections/types/basic/button/button-section.component.html b/src/app/_modules/pages/sections/types/basic/button/button-section.component.html
index f7c19ef..6c80e75 100644
--- a/src/app/_modules/pages/sections/types/basic/button/button-section.component.html
+++ b/src/app/_modules/pages/sections/types/basic/button/button-section.component.html
@@ -1 +1 @@
-
+
diff --git a/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts b/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts
index db04128..caeb7dc 100644
--- a/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts
+++ b/src/app/_modules/pages/sections/types/basic/button/button-section.component.ts
@@ -21,10 +21,11 @@ export class ButtonSectionComponent {
get title() {
return this.objectsService.getValue(this.section, 'button-title');
}
- get targetBlank() {
- return this.objectsService.getValue(this.section, 'target-blank');
+ get targetSelf() {
+ return this.objectsService.getValue(this.section, 'target-self');
}
ngOnInit() {
}
}
+
diff --git a/src/app/_modules/pages/sections/types/basic/member/list/member-section-list.component.scss b/src/app/_modules/pages/sections/types/basic/member/list/member-section-list.component.scss
index d40232b..8518cf3 100644
--- a/src/app/_modules/pages/sections/types/basic/member/list/member-section-list.component.scss
+++ b/src/app/_modules/pages/sections/types/basic/member/list/member-section-list.component.scss
@@ -30,7 +30,7 @@
gap: 40px;
width: 100%;
flex-wrap: wrap;
-
+
.item {
object-fit: cover;
display: flex;
@@ -44,6 +44,7 @@
}
.image {
+ background: url("/assets/images/view-man.svg") center no-repeat;
img {
width: 273px;
object-fit: cover;
diff --git a/src/assets/images/view-man.svg b/src/assets/images/view-man.svg
new file mode 100644
index 0000000..25c3cd0
--- /dev/null
+++ b/src/assets/images/view-man.svg
@@ -0,0 +1,24 @@
+