File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ const MainHeader: FunctionComponent = () => {
39
39
< div className = "fixed z-50 flex h-17 w-full items-center justify-between bg-white px-6" >
40
40
< UserButton user = { userQuery . data } />
41
41
< nav className = "flex items-center gap-4" >
42
- < TextButton > 소개</ TextButton >
42
+ < TextButton asChild >
43
+ < Link href = "/about" > 소개</ Link >
44
+ </ TextButton >
43
45
< TextButton asChild >
44
46
< Link href = "/archive" > 내 아카이브</ Link >
45
47
</ TextButton >
@@ -52,7 +54,9 @@ const MainHeader: FunctionComponent = () => {
52
54
return (
53
55
< div className = "fixed z-50 flex h-17 w-full items-center justify-end bg-white px-6" >
54
56
< nav className = "flex items-center gap-4" >
55
- < TextButton > 소개</ TextButton >
57
+ < TextButton asChild >
58
+ < Link href = "/about" > 소개</ Link >
59
+ </ TextButton >
56
60
< Dialog >
57
61
< DialogTrigger asChild >
58
62
< TextButton > 로그인</ TextButton >
You can’t perform that action at this time.
0 commit comments