Skip to content

Commit 48542de

Browse files
committed
fix: lint 에러 해결
1 parent 9c8f1b9 commit 48542de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/organisms/home/RecruitmentStatusSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import dynamic from 'next/dynamic';
44

55
import { sendGAEvent } from '@next/third-parties/google';
66
import { Button, Flex } from '@sipe-team/side';
7+
import clsx from 'clsx';
78

89
import RecruitmentSummarySkeleton from '@/components/organisms/home/RecruitmentSummarySkeleton';
910
import useCopy from '@/hook/useCopyToClipboard';
1011
import { displayApplication, getCurrentStatus } from '@/libs/utils/recruit';
1112

12-
import clsx from 'clsx';
1313
import styles from './index.module.scss';
1414

1515
const now = Date.now();

src/styles/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
22
/* colors */
3-
--primary: #FFB24D;
3+
--primary: #ffb24d;
44
// --primary: #00ffff;
55
--black: #131518;
66
--gray000: #1a202c;

0 commit comments

Comments
 (0)