Skip to content

Commit

Permalink
Fixed missing CSS style and import change in NavBar.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabbitt committed Sep 17, 2024
1 parent 677b2eb commit f6df8d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
.link:hover {
text-decoration: underline;
}

.non-link-crumb {
color: var(--grey-10);
}
2 changes: 1 addition & 1 deletion src/components/navbar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useRouter } from "next/router";
import * as React from "react";
import { MouseEventHandler } from "react";
import $navbar from "./Navbar.module.css";
import BreadcrumbsNav from "../design_system/breadcrumbs/Breadcrumbs";
import BreadcrumbsNav from "../design_system/breadcrumbs/BreadcrumbsNav";

interface NavItemProps {
href?: string;
Expand Down

0 comments on commit f6df8d5

Please sign in to comment.