Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 51c5afb

Browse files
committed
Rectifying screenshots file paths
1 parent 8bfdc0a commit 51c5afb

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

reactjs-adminlte/public/src/timeline-page/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ var timelineInfo = [
149149

150150
<Timeline timelineInfo={this.state.timelineInfo}/>
151151
```
152-
![](../../screenshots/timeline.png)
152+
![](../../../screenshots/timeline.png)

reactjs-adminlte/public/src/widgets/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ content = 'Can be a string or a number'
3030
theme = 'bg-aqua'
3131
/>
3232
```
33-
![](../../screenshots/info-tile.png)
33+
![](../../../screenshots/info-tile.png)
3434

3535
You can optionally display a progress status and bar by passing the [ProgressBar](./js/components/page-widgets/info-tile/progress-bar.js) component as props.children
3636

@@ -39,7 +39,7 @@ You can optionally display a progress status and bar by passing the [ProgressBar
3939
<ProgressBar percent = 50 description = '50% Increase in 30 Days' color = 'white' />
4040
</InfoTile>
4141
```
42-
![](../../screenshots/progress-info-tile.png)
42+
![](../../../screenshots/progress-info-tile.png)
4343

4444

4545
### - [StatTile](./js/components/page-widgets/stat-tile.js)
@@ -70,7 +70,7 @@ link = 'Link to go to for more information' (Optional)
7070
/>
7171
```
7272

73-
![](../../screenshots/stat-tile.png)
73+
![](../../../screenshots/stat-tile.png)
7474

7575

7676
### - [SmallBox](./js/components/page-widgets/small-box.js)
@@ -105,7 +105,7 @@ content = 'Can be a string or a number'
105105
/>
106106
```
107107

108-
![](../../screenshots/small-box-expandable.png)
108+
![](../../../screenshots/small-box-expandable.png)
109109

110110
##### A collapsable box with border
111111

@@ -120,7 +120,7 @@ content = 'Can be a string or a number'
120120
/>
121121
```
122122

123-
![](../../screenshots/small-box-collapsable.png)
123+
![](../../../screenshots/small-box-collapsable.png)
124124

125125
##### A removable box without border
126126

@@ -133,7 +133,7 @@ content = 'Can be a string or a number'
133133
/>
134134
```
135135

136-
![](../../screenshots/small-box-removable.png)
136+
![](../../../screenshots/small-box-removable.png)
137137

138138
##### A removable box without border with loading animation
139139

@@ -147,7 +147,7 @@ content = 'Can be a string or a number'
147147
/>
148148
```
149149

150-
![](../../screenshots/small-box-loading.png)
150+
![](../../../screenshots/small-box-loading.png)
151151

152152

153153
### - [ChatBox](./js/components/page-widgets/chat-box/chat-box.js)
@@ -240,7 +240,7 @@ var contactsInfo = [{
240240

241241
</ChatBox>
242242
```
243-
![](../../screenshots/chat-box.png)
243+
![](../../../screenshots/chat-box.png)
244244

245245

246246
### - [ProfileCard](./js/components/page-widgets/profile-card/profile-card.js)
@@ -320,7 +320,7 @@ var infoList = [{
320320
</ProfileCard>
321321

322322
```
323-
![](../../screenshots/profile-card-left.png)
323+
![](../../../screenshots/profile-card-left.png)
324324

325325
```javascript
326326
var infoList = [{
@@ -345,7 +345,7 @@ var infoList = [{
345345
</ProfileCard>
346346

347347
```
348-
![](../../screenshots/profile-card-center.png)
348+
![](../../../screenshots/profile-card-center.png)
349349

350350
### - [Post](./js/components/page-widgets/post/post.js)
351351

@@ -430,7 +430,7 @@ var comments = [
430430
<SocialInfo info = '127 likes - 3 comments' />
431431
</Post>
432432
```
433-
![](../../screenshots/post-with-picture.png)
433+
![](../../../screenshots/post-with-picture.png)
434434

435435
```javascript
436436
var comments = [
@@ -471,4 +471,4 @@ var attachments = [
471471

472472
</Post>
473473
```
474-
![](../../screenshots/post-with-attachment.png)
474+
![](../../../screenshots/post-with-attachment.png)

0 commit comments

Comments
 (0)