File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
apps/web/layouts/OnboardLayout Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import dynamic from 'next/dynamic';
77import { useQuery } from '@tanstack/react-query' ;
88
99import { commonApi } from '@libs/api' ;
10- import { API_KEYS , CONSTANTS , TEXTS } from '@config' ;
10+ import { API_KEYS , colors , CONSTANTS , TEXTS } from '@config' ;
1111import { IErrorObject } from '@impler/shared' ;
1212import DarkLogo from '@assets/images/logo-dark.png' ;
1313
@@ -53,12 +53,18 @@ export function OnboardLayout({ children }: OnboardLayoutProps) {
5353
5454 < Flex gap = "xs" align = "center" >
5555 < Link href = { CONSTANTS . IMPLER_DOCUMENTATION } passHref legacyBehavior >
56- < Anchor component = "a" fw = { 600 } c = "white" fz = "sm" >
56+ < Anchor underline = { false } component = "a" fw = { 600 } c = "white" fz = "sm" >
5757 Need Help ?
5858 </ Anchor >
5959 </ Link >
6060
61- < Anchor href = { CONSTANTS . IMPLER_CAL_QUICK_MEETING } fw = { 600 } c = "white" fz = "sm" >
61+ < Anchor
62+ underline = { false }
63+ href = { CONSTANTS . IMPLER_CAL_QUICK_MEETING }
64+ fw = { 600 }
65+ c = { colors . goldenYellow }
66+ fz = "sm"
67+ >
6268 Get in Touch
6369 </ Anchor >
6470 </ Flex >
You can’t perform that action at this time.
0 commit comments