Skip to content

Commit

Permalink
Change header and title (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
yelodevopsi authored Oct 25, 2023
1 parent 456eb2f commit 8334d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/[organisation]/bemanning/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default async function Bemanning({
<StaffingSidebar />

<div className="p-6 w-full">
<h1>Konsulenter</h1>
<h1>Bemanning</h1>
<FilteredConsultantsList />{" "}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/FilteredConsultantsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function FilteredConsultantList() {
<ActiveFilters />
</div>
<div className="flex flex-row gap-3 pb-4 items-center">
<p className="body-large-bold ">Konsulentliste</p>
<p className="body-large-bold ">Konsulenter</p>

<div className="rounded-full bg-black bg-opacity-5 px-2 py-1">
<p className="text-black body-small">{consultants?.length}</p>
Expand Down

0 comments on commit 8334d31

Please sign in to comment.