Skip to content

Commit

Permalink
fix: img path
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Nov 9, 2023
1 parent 6597b86 commit 08dc860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "powernukkitx",
"name": "allaymc-website",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/topmenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="top" v-show="isActive">
<nav id="topnav">
<div id="logo">
<img class="logo-img" src="src/assets/img/allay-logo.png"/>
<img class="logo-img" src="../assets/img/allay-logo.png"/>
<router-link to="/" class="logotext">AllayMC</router-link>
</div>
<div id="menu">
Expand Down

0 comments on commit 08dc860

Please sign in to comment.