diff --git a/templates/app/angular/src/app/home/home.component.html b/templates/app/angular/src/app/home/home.component.html
index ff311bf22f..067a74c50f 100644
--- a/templates/app/angular/src/app/home/home.component.html
+++ b/templates/app/angular/src/app/home/home.component.html
@@ -45,7 +45,6 @@
starterLinkTemplate;
context: {
$implicit: {
- borderLeft: true,
title: 'Samples',
description: 'See the example projects built with the ABP Framework.',
links: [
@@ -64,7 +63,6 @@
starterLinkTemplate;
context: {
$implicit: {
- borderLeft: true,
title: 'ABP Community',
description: 'Get involved with a vibrant community and become a contributor.',
links: [
@@ -148,7 +146,6 @@
label: 'Request a feature'
}
],
- borderLeft: true,
customTemplate: githubButtonsTemplate
}
}
@@ -171,8 +168,7 @@
href: 'https://stackoverflow.com/questions/ask',
label: 'Ask a Question'
}
- ],
- borderLeft: true
+ ]
}
}
"
@@ -213,8 +209,7 @@
context: {
$implicit: {
title: 'Application Modules',
- href: 'https://commercial.abp.io/modules?ref=tmpl',
- borderLeft: true
+ href: 'https://commercial.abp.io/modules?ref=tmpl'
}
}
"
@@ -226,8 +221,7 @@
context: {
$implicit: {
title: 'Developer
Tools',
- href: 'https://commercial.abp.io/tools?ref=tmpl',
- borderLeft: true
+ href: 'https://commercial.abp.io/tools?ref=tmpl'
}
}
"
@@ -239,8 +233,7 @@
context: {
$implicit: {
title: 'UI
Themes',
- href: 'https://commercial.abp.io/themes?ref=tmpl',
- borderLeft: true
+ href: 'https://commercial.abp.io/themes?ref=tmpl'
}
}
"
@@ -252,8 +245,7 @@
context: {
$implicit: {
title: 'Premium Support',
- href: 'https://support.abp.io/QA/Questions?ref=tmpl',
- borderLeft: true
+ href: 'https://support.abp.io/QA/Questions?ref=tmpl'
}
}
"
@@ -265,8 +257,7 @@
context: {
$implicit: {
title: 'Additional Services',
- href: 'https://commercial.abp.io/additional-services?ref=tmpl',
- borderLeft: true
+ href: 'https://commercial.abp.io/additional-services?ref=tmpl'
}
}
"
@@ -290,7 +281,7 @@
-
+
{{ context.title }}
@@ -312,7 +303,7 @@
-