Skip to content

Commit

Permalink
fix: bilibili icon url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Horbin-Magician committed May 26, 2024
1 parent 7b59fc3 commit e903e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/src/pages/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</div>
<div class="fav">
<div class="fav-item" @click="openURL('https://www.bilibili.com/')">
<img src="https://www.bilibili.com/favicon.ico?v=1"/>
<img src="https://www.bilibili.com/favicon.ico"/>
</div>
<div class="fav-item" @click="openURL('https://github.com/')">
<img src="https://github.githubassets.com/favicons/favicon.png"/>
Expand Down

0 comments on commit e903e45

Please sign in to comment.