Skip to content

Commit

Permalink
lint DocumentBreadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
viperehonchuk committed Feb 6, 2024
1 parent 55e3fcc commit 85c7b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DocumentBreadcrumbs.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
import { Breadcrumbs } from 'astro-breadcrumbs';
import getPathFromSlug from '../utils/get-path-from-slug.ts';
import { getEntry } from 'astro:content';
import getPathFromSlug from '../utils/get-path-from-slug.ts';
export interface Props {
slug: string;
}
Expand Down Expand Up @@ -52,7 +53,6 @@ const crumbs = [
column-gap: 0;
padding: 8px 16px !important;


a:hover {
color: var(--color-ui-primary);
}
Expand Down

0 comments on commit 85c7b2c

Please sign in to comment.