Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
💄 Update källarmästeriets icon (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
trilleplay authored Oct 10, 2023
1 parent 72c4bf2 commit 469768f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Committees/CommitteeIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { ComponentProps } from 'react';
import LocalCafeIcon from '@mui/icons-material/LocalCafe';
import BusinessIcon from '@mui/icons-material/Business';
import GroupIcon from '@mui/icons-material/Group';
import FoundationIcon from '@mui/icons-material/Foundation';
import ConstructionIcon from '@mui/icons-material/Construction';
import SportsHockeyIcon from '@mui/icons-material/SportsHockey';
import NewspaperIcon from '@mui/icons-material/Newspaper';
import CelebrationIcon from '@mui/icons-material/Celebration';
Expand All @@ -27,7 +27,7 @@ ComponentProps<typeof StarsIcon>) {
case 'Näringslivsutskottet':
return <BusinessIcon {...props} />;
case 'Källarmästeriet':
return <FoundationIcon {...props} />;
return <ConstructionIcon {...props} />;
case 'Aktivitetsutskottet':
return <SportsHockeyIcon {...props} />;
case 'Informationsutskottet':
Expand Down

0 comments on commit 469768f

Please sign in to comment.