Skip to content

Commit

Permalink
example: fix logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 30, 2024
1 parent bc776cf commit 85a2673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<nav class="primary">
<div class="nav-wrapper">
<a href="https://u-wave.net" class="logo-wrapper">
<img src="https://u-wave.net/static/images/logo-white.png" alt="" class="logo">
<img src="https://u-wave.net/images/logo-white.png" alt="" class="logo">
</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="https://hub.u-wave.net/" class="white-text btn-flat">Join</a></li>
Expand Down

0 comments on commit 85a2673

Please sign in to comment.