Skip to content

Commit e0cd83b

Browse files
committed
1 parent abf3eea commit e0cd83b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading
Loading

src/cookbook/editable-svg-icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ First, we'll create a folder for all of the icons, and name them in a standardiz
1818

1919
Here's an example repo to get you going, where you can see the entire setup: [https://github.com/sdras/vue-sample-svg-icons/](https://github.com/sdras/vue-sample-svg-icons/)
2020

21-
![Documentation site](https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/screendocs.jpg 'Docs demo')
21+
![Documentation site](/images/editable-svg-icons.jpg 'Docs demo')
2222

2323
We'll create a base icon (`IconBase.vue`) component that uses a slot.
2424

@@ -88,7 +88,7 @@ Now, if we'd like to make many sizes for the icon, we can do so very easily:
8888
</p>
8989
```
9090

91-
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/28963/Screen%20Shot%202018-01-01%20at%204.51.40%20PM.png" width="450" />
91+
<img src="/images/editable-svg-icons-sizes.png" width="450" />
9292

9393
## Animatable Icons
9494

0 commit comments

Comments
 (0)