Skip to content

Commit

Permalink
Merge pull request t-kurasawa#57 from t-kurasawa/issue/57
Browse files Browse the repository at this point in the history
update icon
  • Loading branch information
t-kurasawa authored Mar 2, 2022
2 parents d6cfcc1 + b644220 commit 872f19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/SpeedDial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SpeedDial from '@mui/material/SpeedDial';
import SpeedDialIcon from '@mui/material/SpeedDialIcon';
import SpeedDialAction from '@mui/material/SpeedDialAction';

import HealthAndSafetyIcon from '@mui/icons-material/HealthAndSafety';
import SearchIcon from '@mui/icons-material/Search';

export const UpSpeedDial = (props: any) => {
const dispatch = useAppDispatch();
Expand All @@ -25,7 +25,7 @@ export const UpSpeedDial = (props: any) => {
}));

const actions = [
{ icon: <HealthAndSafetyIcon />, key: 'EvacuationCenter', name: '避難所' },
{ icon: <SearchIcon />, key: 'EvacuationCenter', name: '避難所' },
];

const handleAction = (key: string) => {
Expand Down

0 comments on commit 872f19d

Please sign in to comment.