Skip to content

Commit

Permalink
Added General Internet Icon to Hosts in Examples wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
jonobr1 committed Jan 28, 2022
1 parent 7353ade commit 51c6b19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wiki/.vuepress/components/example-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
data() {
return {
platforms: [
'codepen', 'codesandbox', 'glitch', 'jsfiddle', 'observable'
'internet','codepen', 'codesandbox', 'glitch', 'jsfiddle',
'observable'
],
colors: [
'red', 'blue', 'yellow', 'green', 'orange', 'purple'
Expand All @@ -54,7 +55,7 @@
}
return '';
return this.platforms[0];
},
tagList() {
Expand Down Expand Up @@ -183,6 +184,8 @@
background-image url(/images/jsfiddle.svg)
&.observable
background-image url(/images/observable.svg)
&.internet
background-image: url(/images/internet.svg)
@media (max-width: $MQMobile)
.thumb
height 240px
Expand Down
3 changes: 3 additions & 0 deletions wiki/.vuepress/public/images/internet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51c6b19

Please sign in to comment.