Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Poggi committed Nov 13, 2021
1 parent c1e08d0 commit 02e5cc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chainBid/frontend/src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<router-link class="nav-link"
exact
:to="{ name: 'home' }"
>Live acutions
>Live auctions
</router-link>
</li>
<li class="nav-item">
Expand Down
19 changes: 13 additions & 6 deletions chainBid/frontend/webpack-stats.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"status": "done",
"assets": {
"img/clock.7f0c3880.png": {
"name": "img/clock.7f0c3880.png",
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/img/clock.7f0c3880.png",
"publicPath": "http://0.0.0.0:8080/img/clock.7f0c3880.png"
},
"img/page-not-found.26af1674.png": {
"name": "img/page-not-found.26af1674.png",
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/img/page-not-found.26af1674.png",
"publicPath": "http://0.0.0.0:8080/img/page-not-found.26af1674.png"
},
"img/clock.7f0c3880.png": {
"name": "img/clock.7f0c3880.png",
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/img/clock.7f0c3880.png",
"publicPath": "http://0.0.0.0:8080/img/clock.7f0c3880.png"
},
"bundle.css": {
"name": "bundle.css",
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/bundle.css",
Expand All @@ -21,6 +21,11 @@
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/bundle.js",
"publicPath": "http://0.0.0.0:8080/bundle.js"
},
"bundle.js.map": {
"name": "bundle.js.map",
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/bundle.js.map",
"publicPath": "http://0.0.0.0:8080/bundle.js.map"
},
"index.html": {
"name": "index.html",
"path": "/home/Moltack/Software-Dev/Start2Impact/Progetto finale/start2impact_final-project/chainBid/frontend/dist/index.html",
Expand All @@ -35,7 +40,9 @@
"chunks": {
"app": [
"bundle.css",
"bundle.js"
"bundle.js",
"bundle.css.map",
"bundle.js.map"
]
},
"publicPath": "http://0.0.0.0:8080/"
Expand Down

0 comments on commit 02e5cc2

Please sign in to comment.