Skip to content

Commit

Permalink
Fix path to home from logo
Browse files Browse the repository at this point in the history
  • Loading branch information
daveknights committed Oct 16, 2023
1 parent 10ba274 commit bfb2ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<nav class="flex">
<div class="container">
<a href="/">
<a href="../">
<img class="logo" src="../images/cre8bit-logo.png" alt="cre8bitjs" height="31" width="31">
</a>
<img class="menu-icon" src="../images/menu-icon.png" alt="Menu" height="30" width="30">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<body>
<nav class="flex">
<div class="container">
<a href="/">
<a href="../">
<img class="logo" src="./images/cre8bit-logo.png" alt="cre8bitjs" height="31" width="31">
</a>
<img class="menu-icon" src="./images/menu-icon.png" alt="Menu" height="30" width="30">
Expand Down
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body class="flex column">
<nav class="flex">
<div class="container">
<a href="/">
<a href="../">
<img class="logo" src="../images/cre8bit-logo.png" alt="cre8bitjs" height="31" width="31">
</a>
<img class="menu-icon" src="../images/menu-icon.png" alt="Menu" height="30" width="30">
Expand Down

0 comments on commit bfb2ed8

Please sign in to comment.