Skip to content

Commit

Permalink
fix: rename AboutButtonGoup.tsx to AboutButtonGroup.tsx (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Jul 18, 2024
1 parent 94dfd77 commit 5054692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/antalmanac/src/components/Header/SettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Divider, Stack, Tooltip } from '@mui/material';
import IconButton from '@mui/material/IconButton';
import { useCallback, useState } from 'react';

import { AboutButtonGroup } from './AboutButtonGoup';
import { AboutButtonGroup } from './AboutButtonGroup';

import actionTypesStore from '$actions/ActionTypesStore';
import { autoSaveSchedule } from '$actions/AppStoreActions';
Expand Down

0 comments on commit 5054692

Please sign in to comment.