Skip to content

Commit 2146205

Browse files
Merge pull request #1624 from IgniteUI/dmdimitrov/issue1613-vNext
fix(Card): Replaced broken links with relative urls. #1613
2 parents 56df85f + 3f939b3 commit 2146205

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/app/layouts/card/card-sample-4/card-sample-4.component.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ <h5 igxCardHeaderSubtitle>{{ cards[0].subtitle }}</h5>
103103
<article class="sample-column card-wrapper">
104104
<igx-card>
105105
<igx-card-header>
106-
<igx-avatar src="https://upload.wikimedia.org/wikipedia/commons/4/49/Elon_Musk_2015.jpg" roundShape="true"></igx-avatar>
107-
<h4 igxCardHeaderTitle>Elon Musk</h4>
108-
<h5 igxCardHeaderSubtitle>Entrepreneur</h5>
106+
<igx-avatar src="assets/images/card/avatars/photographer.jpg" roundShape="true"></igx-avatar>
107+
<h4 igxCardHeaderTitle>Frank Carter</h4>
108+
<h5 igxCardHeaderSubtitle>Photographer</h5>
109109
</igx-card-header>
110110

111111
<igx-card-media>
112-
<img src="https://2pobaduekzw9jt9a-zippykid.netdna-ssl.com/wp-content/uploads/2017/01/elon-musk.jpg">
112+
<img src="assets/images/card/media/photographer_portfolio.jpg">
113113
</igx-card-media>
114114

115115
<igx-card-content>
116-
<p>South African entrepreneur Elon Musk is known for founding Tesla Motors and SpaceX, which launched a landmark commercial spacecraft in 2012.</p>
116+
<p>Photographer Frank Carter won this year national photo contest with his image "Skies" which gathered the most votes in the competition.</p>
117117
</igx-card-content>
118118

119119
<igx-card-actions>
17.2 KB
Loading
Loading

0 commit comments

Comments
 (0)