Skip to content

Commit

Permalink
chore: remove breadcrumb capitalized
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Jul 27, 2024
1 parent 03ebf53 commit 741c231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/layout/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<template v-for="(breadcrumb, index) in breadcrumbs" :key="breadcrumb.title">
<UiBreadcrumbItem>
<UiBreadcrumbLink
class="capitalize"
:href="index === 0 ? undefined : breadcrumb.href"
:class="{ 'text-foreground': index === breadcrumbs.length - 1 }"
>
Expand Down

0 comments on commit 741c231

Please sign in to comment.