Skip to content

Commit

Permalink
Project: update wording in panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed May 8, 2024
1 parent 16e2da2 commit 7ab7d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/projects/components/ProjectInfoPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export const ProjectInfoPanel: React.FC = () => {
</Suspense>
</SubsectionInfoPanelCellContainer>

{/* Leaderboard Projektleiter:in */}
{/* Baulastträger und Projektleiter:in */}
<SubsectionInfoPanelCellContainer
icon={<UserGroupIcon className="w-6 h-6" />}
title="Leaderboard Projektleiter:in"
title="Baulastträger und Projektleiter:in"
>
<Suspense fallback={<Spinner />}>
<ProjectInfoPanelCellLeaderboard projectSlug={projectSlug!} />
Expand Down

0 comments on commit 7ab7d95

Please sign in to comment.