File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export function Hero() {
27
27
< p className = "mt-8" >
28
28
< a
29
29
href = "/basics/getting-started/record-your-app"
30
- className = "rounded-full border-2 border-sky -500 px-4 py-2 text-sky -500 transition-colors hover:bg-blue-500 hover:text-white"
30
+ className = "rounded-full border-2 border-blue -500 px-4 py-2 text-blue -500 transition-colors hover:bg-blue-500 hover:text-white"
31
31
>
32
32
Get started with our Quickstart Guide
33
33
</ a >
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { Navigation } from '@/components/Navigation'
11
11
import { Search } from '@/components/Search'
12
12
import { ThemeSelector } from '@/components/ThemeSelector'
13
13
import { useTheme } from 'next-themes'
14
+ import { ReplayLogomark } from './icons/ReplayLogomark'
14
15
15
16
function GitHubIcon ( props : React . ComponentPropsWithoutRef < 'svg' > ) {
16
17
return (
@@ -51,7 +52,7 @@ function Header() {
51
52
< div className = "-my-5 mr-6 sm:mr-8 md:mr-0" >
52
53
< Search />
53
54
</ div >
54
- < div className = "relative flex basis-0 justify-end gap-6 sm:gap-8 md:flex-grow" >
55
+ < div className = "relative flex basis-0 justify-end gap-6 sm:gap-8 md:flex-grow items-center " >
55
56
< ThemeSelector className = "relative z-30" />
56
57
< Link
57
58
href = "https://github.com/replayio"
@@ -67,6 +68,13 @@ function Header() {
67
68
>
68
69
< DiscordIcon className = "h-6 w-6 fill-gray-400 group-hover:fill-gray-500 dark:group-hover:fill-gray-300" />
69
70
</ Link >
71
+ < Link
72
+ href = "https://app.replay.io"
73
+ className = "group rounded-full border-2 border-blue-500 px-4 py-1 text-blue-500 transition-colors hover:bg-blue-500 hover:text-white lg:block hidden"
74
+ aria-label = "Replay"
75
+ >
76
+ Log in
77
+ </ Link >
70
78
</ div >
71
79
</ div >
72
80
</ div >
You can’t perform that action at this time.
0 commit comments