mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(typography): lean -> learn
This commit is contained in:
parent
d1307b8f58
commit
b5f5e9055c
2 changed files with 3 additions and 4 deletions
|
|
@ -21,7 +21,6 @@ export class BubbleMaps {
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
|
|
||||||
this.chartData = this._bubbleMapsService.getData();
|
this.chartData = this._bubbleMapsService.getData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@
|
||||||
<div class="img-wrapper"><img src="{{ ( 'app/typography/typo04.png' | baAppPicture ) }}" alt=""/></div>
|
<div class="img-wrapper"><img src="{{ ( 'app/typography/typo04.png' | baAppPicture ) }}" alt=""/></div>
|
||||||
<p>Eget augue, lacus erat ante egestas scelerisque aliquam, metus molestie leo in habitasse magna
|
<p>Eget augue, lacus erat ante egestas scelerisque aliquam, metus molestie leo in habitasse magna
|
||||||
maecenas</p>
|
maecenas</p>
|
||||||
<a href class="learn-more">Lean more</a>
|
<a href class="learn-more">Learn more</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<h4>Yet another column heading example</h4>
|
<h4>Yet another column heading example</h4>
|
||||||
|
|
@ -224,13 +224,13 @@
|
||||||
<p>Augue massa et parturient, suspendisse orci nec scelerisque sit, integer nam mauris pede consequat
|
<p>Augue massa et parturient, suspendisse orci nec scelerisque sit, integer nam mauris pede consequat
|
||||||
in
|
in
|
||||||
velit</p>
|
velit</p>
|
||||||
<a href class="learn-more">Lean more</a>
|
<a href class="learn-more">Learn more</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<h4>Third column heading example</h4>
|
<h4>Third column heading example</h4>
|
||||||
<div class="img-wrapper"><img src="{{ ( 'app/typography/typo06.png' | baAppPicture ) }}" alt=""/></div>
|
<div class="img-wrapper"><img src="{{ ( 'app/typography/typo06.png' | baAppPicture ) }}" alt=""/></div>
|
||||||
<p>Eget turpis, tortor lobortis porttitor, vestibulum nullam vehicula aliquam</p>
|
<p>Eget turpis, tortor lobortis porttitor, vestibulum nullam vehicula aliquam</p>
|
||||||
<a href class="learn-more">Lean more</a>
|
<a href class="learn-more">Learn more</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="separator"></div>
|
<div class="separator"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue