Skip to content

Commit

Permalink
fix: correct bread crumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 18, 2024
1 parent 12aeed8 commit e969588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/page/BreadCrumbs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const length = parts.length - 1;
class="relative flex shrink-0 items-center"
>
<a
itemprop="item"
class="custom-style relative block select-none rounded-full px-3 py-2 text-sm font-medium leading-none text-zinc-600 no-underline outline-none hover:bg-zinc-200 hover:text-zinc-900 focus:shadow-[0_0_0_2px] focus:shadow-primary dark:text-zinc-50 dark:hover:bg-white/20 dark:hover:text-zinc-100 dark:focus:shadow-zinc-200"
href="/"
><svg
Expand Down

0 comments on commit e969588

Please sign in to comment.