Update Home.vue to change GitHub link to the correct repository URL for accurate navigation.
This commit is contained in:
parent
e3b6a79b09
commit
e8491831da
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<nav class="navbar">
|
||||
<div class="nav-brand">MIROFISH</div>
|
||||
<div class="nav-links">
|
||||
<a href="https://github.com/your-repo/MiroFish" target="_blank" class="github-link">
|
||||
<a href="https://github.com/666ghj/MiroFish" target="_blank" class="github-link">
|
||||
访问我们的Github主页 <span class="arrow">↗</span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue