Skip to content

Commit

Permalink
Merge pull request #110 from iOdiO89/fix-welcomepage-typo
Browse files Browse the repository at this point in the history
�fix: 오타 수정
  • Loading branch information
iOdiO89 authored Aug 20, 2024
2 parents 9dff3dd + 69f846a commit eb29c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public
2 changes: 1 addition & 1 deletion src/pages/manage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Manage() {
<FlexBox direction="col" className="w-full h-full gap-4 py-4">
<div className="B1-medium">직원 관리</div>
<LongTab
text={["근무 스케쥴", "직원 정보"]}
text={["근무 스케줄", "직원 정보"]}
pageHandle={Options => setSelectTab(Options)}
/>
{selectTab === "right" && role === "OWNER" && (
Expand Down

0 comments on commit eb29c5e

Please sign in to comment.