Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 22, 2024
1 parent 0f53469 commit 420bec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Documentation</h1>
<div class="box">
<h2>Admin Panel</h2>
<div class="circle">
<img src="./static/JavaScript-logo.png" alt="Javascript Logo">
<img src="../static/JavaScript-logo.png" alt="Javascript Logo">
</div>
</div>
</a>
Expand All @@ -32,7 +32,7 @@ <h2>Admin Panel</h2>
<div class="box">
<h2>Raspberry Pi</h2>
<div class="circle">
<img src="./static/Raspberry_Pi-Logo.png" alt="Raspberry Pi Logo">
<img src="../static/Raspberry_Pi-Logo.png" alt="Raspberry Pi Logo">
</div>
</div>
</a>
Expand All @@ -42,7 +42,7 @@ <h2>Raspberry Pi</h2>
<div class="box">
<h2>Other</h2>
<div class="circle">
<img src="./static/C++-Logo.png" alt="C++ Logo">
<img src="../static/C++-Logo.png" alt="C++ Logo">
</div>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion showcase/_includes/components/navigation.webc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{Name: 'Documents', Link: '#documents'},
{Name: 'Contact', Link: '#contact'},
{Name: 'Github', Link: 'https://github.com/Chi-EEE/Behaviour_Tree_PiCar-V'},
{Name: 'Documentation', Link: '/docs'},
{Name: 'Documentation', Link: '/Behaviour_Tree_PiCar-V/docs'},
]">
<a :href="item.Link" webc:if="item.Link.startsWith('#') || item.Link.startsWith('/')"
class="block py-2 px-3 text-gray-900 rounded hover:bg-gray-100 md:hover:bg-transparent md:hover:text-blue-700 md:p-0 md:dark:hover:text-blue-500 dark:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700" aria-current="page" @text="item.Name"></a>
Expand Down

0 comments on commit 420bec1

Please sign in to comment.