File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
apps/sim/app/(home)/components/navbar Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,12 @@ export default function Navbar({ logoOnly = false, blogPosts = [] }: NavbarProps
216216
217217 < div className = 'hidden flex-1 lg:block' />
218218
219- < div className = { cn ( 'hidden items-center gap-2 pr-20 pl-5 lg:flex' , isSessionPending && 'invisible' ) } >
219+ < div
220+ className = { cn (
221+ 'hidden items-center gap-2 pr-20 pl-5 lg:flex' ,
222+ isSessionPending && 'invisible'
223+ ) }
224+ >
220225 { isAuthenticated ? (
221226 < Link
222227 href = '/workspace'
@@ -229,14 +234,14 @@ export default function Navbar({ logoOnly = false, blogPosts = [] }: NavbarProps
229234 < >
230235 < Link
231236 href = '/login'
232- className = 'inline-flex h-[30px] items-center rounded-[5px] border border-[var(--border-1 )] px-[9px] text-[var(--landing-text)] text-[13.5px] transition-colors hover:bg-[var(--surface-4 )]'
237+ className = 'inline-flex h-[30px] items-center rounded-[5px] border border-[var(--landing- border-strong )] px-[9px] text-[var(--landing-text)] text-[13.5px] transition-colors hover:bg-[var(--landing-bg-elevated )]'
233238 aria-label = 'Log in'
234239 >
235240 Log in
236241 </ Link >
237242 < Link
238243 href = '/signup'
239- className = 'inline-flex h-[30px] items-center gap-[7px] rounded-[5px] border border-[var(--white)] bg-[var(--white)] px-[9px] text-[13.5px] text-black transition-colors hover:border-[var(--border-1) ] hover:bg-[var(--border-1) ]'
244+ className = 'inline-flex h-[30px] items-center gap-[7px] rounded-[5px] border border-[var(--white)] bg-[var(--white)] px-[9px] text-[13.5px] text-black transition-colors hover:border-[#E0E0E0 ] hover:bg-[#E0E0E0 ]'
240245 aria-label = 'Get started with Sim'
241246 >
242247 Get started
You can’t perform that action at this time.
0 commit comments