Skip to content

Commit a38f510

Browse files
author
Tacho
committed
fix(navUI): fix text and forum link #550
1 parent 5b133f2 commit a38f510

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/app/home/home.component.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ <h2 class="title">
44
Welcome to Ignite UI for Angular!
55
</h2>
66
<p class="description">
7-
Browse the left menu to see the complete set of samples, including source code, for each control. You’ll see the full array
8-
of capabilities in Ignite UI for Angular, all the different features for the controls, how to implement those
9-
features.
7+
Browse the left menu to see the complete set of samples for each control. You’ll see the full array
8+
of capabilities in Ignite UI for Angular and all the different features for the controls.
109
</p>
1110
</section>
1211
<section class="content">
@@ -46,7 +45,7 @@ <h3 class="contentTitle">
4645
npm install igniteui-cli –g
4746
</span>
4847
<p>
49-
in Terminal, PowerShell of Bash to install our CLI. We include an alias, so just type:
48+
in Terminal, PowerShell or Bash to install our CLI. We include an alias, so just type:
5049
</p>
5150
<span class="code-snippet">
5251
ig
@@ -71,7 +70,7 @@ <h3 class="contentTitle">
7170
<div class="bannerItem">
7271
<img src="../../assets/images/home/angular-logo.png" />
7372
<p class="bannerText">To get further help if you need it, or if you run into any issues, go to the forums</p>
74-
<a class="bannerButton bannerText" href="https://www.infragistics.com/community/blogs/" target="_blank">Ignite UI for Angular Blogs</a>
73+
<a class="bannerButton bannerText" href="https://www.infragistics.com/community/forums/f/ignite-ui-for-angular" target="_blank">Ignite UI for Angular Forums</a>
7574
</div>
7675
</div>
7776
</section>

0 commit comments

Comments
 (0)