Skip to content

Commit 5f8d188

Browse files
Fix build formatting issues
1 parent 618bf08 commit 5f8d188

2 files changed

Lines changed: 798 additions & 248 deletions

File tree

src/components/Common/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export const Header: React.FC = () => {
237237
href="/candidates"
238238
className={`inline-flex h-[30px] items-center rounded-full border px-3 transition-all duration-200 ${
239239
router.pathname.startsWith('/candidates')
240-
? 'border-rose-300/45 bg-rose-500/14 !text-rose-100'
240+
? 'bg-rose-500/14 border-rose-300/45 !text-rose-100'
241241
: 'border-rose-300/25 bg-rose-500/10 !text-rose-200/90 hover:border-rose-200/40 hover:!text-rose-100'
242242
}`}
243243
>
@@ -429,7 +429,7 @@ export const Header: React.FC = () => {
429429
href="/candidates"
430430
className={`rounded-full border px-4 py-2 uppercase ${
431431
router.pathname.startsWith('/candidates')
432-
? 'border-rose-300/45 bg-rose-500/14 text-rose-100'
432+
? 'bg-rose-500/14 border-rose-300/45 text-rose-100'
433433
: 'border-rose-300/25 bg-rose-500/10 text-rose-200/90'
434434
}`}
435435
>

0 commit comments

Comments
 (0)