Skip to content

Commit

Permalink
debug_for_home_logo
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmo0729 committed Oct 5, 2023
1 parent 0401fac commit f2ab94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-scrolled justify-content-between">
<a class="navbar-brand" href="#">
<img src="../asserts/img/logo-light.svg" alt="Logo" class="logo dark-logo">
<img src="../asserts/img/logo-dark.svg" alt="Logo" class="logo light-logo ">
<img src="./asserts/img/logo-light.svg" alt="Logo" class="logo dark-logo">
<img src="./asserts/img/logo-dark.svg" alt="Logo" class="logo light-logo ">
</a>

<!-- 汉堡按钮 -->
Expand Down

0 comments on commit f2ab94f

Please sign in to comment.