File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/organisms/home/RecruitmentStatusSection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import dynamic from 'next/dynamic';
44
55import { sendGAEvent } from '@next/third-parties/google' ;
66import { Button , Flex } from '@sipe-team/side' ;
7+ import clsx from 'clsx' ;
78
89import RecruitmentSummarySkeleton from '@/components/organisms/home/RecruitmentSummarySkeleton' ;
910import useCopy from '@/hook/useCopyToClipboard' ;
1011import { displayApplication , getCurrentStatus } from '@/libs/utils/recruit' ;
1112
12- import clsx from 'clsx' ;
1313import styles from './index.module.scss' ;
1414
1515const now = Date . now ( ) ;
Original file line number Diff line number Diff line change 11:root {
22 /* colors */
3- --primary : #FFB24D ;
3+ --primary : #ffb24d ;
44 // --primary: #00ffff;
55 --black : #131518 ;
66 --gray000 : #1a202c ;
You can’t perform that action at this time.
0 commit comments