Skip to content

Commit f143cb7

Browse files
Consistent SVG component names (readme)
1 parent 017a4a8 commit f143cb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,26 @@ module.exports = {
6969
Vue
7070
</a>
7171
<a href="https://github.com/svg/svgo">
72-
<SVGOIcon />
72+
<SVGOLogo />
7373
SVGO
7474
</a>
7575
<a href="https://github.com/webpack/webpack">
76-
<WebpackIcon />
76+
<WebpackLogo />
7777
webpack
7878
</a>
7979
</nav>
8080
</template>
8181
<script>
8282
import VueLogo from './public/vue.svg';
83-
import SVGOIcon from './public/svgo.svg';
84-
import WebpackIcon from './public/webpack.svg';
83+
import SVGOLogo from './public/svgo.svg';
84+
import WebpackLogo from './public/webpack.svg';
8585
8686
export default {
8787
name: 'Example',
8888
components: {
8989
VueLogo,
90-
SVGOIcon,
91-
WebpackIcon,
90+
SVGOLogo,
91+
WebpackLogo,
9292
},
9393
};
9494
</script>

0 commit comments

Comments
 (0)