Skip to content

Commit cf9bc1c

Browse files
committed
Fixed logo
1 parent 72f4952 commit cf9bc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="app">
33
<section class="section-hero">
44
<div class="grid-hero container grid-lg text-center">
5-
<img src="./assets/logo.png">
5+
<img src="https://vuejs.org/images/logo.png">
66
<h1>&lt;vue-tiny-pagination /&gt;</h1>
77
<h2>a Vue component for create a <u>tiny</u> pagination</h2>
88
<p class="text-gray">

0 commit comments

Comments
 (0)