Skip to content

Commit

Permalink
Update navigation.webc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 22, 2024
1 parent 028eacd commit bbd40f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/_includes/components/navigation.webc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{Line: true},
{Name: 'Github', Link: 'https://github.com/Chi-EEE/Behaviour_Tree_PiCar-V'},
{Name: 'Documentation', Link: '/Behaviour_Tree_PiCar-V/docs'},
]"> <div webc:if="item.Line !== undefined" class="h-[20px] bg-black w-[2px]"></div>
]">
<div webc:if="item.Line !== undefined" style="background-color:black; width: 1px;" class="h-full"></div>
<a :href="item.Link" webc:elseif="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 bbd40f3

Please sign in to comment.