File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/app/conf/2025/schedule/_components Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ export function BackLink({
11
11
return (
12
12
< NextLink
13
13
href = { `/conf/${ year } /${ kind } ` }
14
- className = "group cursor-pointer transition-all typography-menu hover:underline hover:underline-offset-4"
14
+ className = "group -m-2 inline-flex cursor-pointer items-center gap-2 p-2 transition-all typography-menu hover:underline hover:underline-offset-4"
15
15
>
16
- < span className = "-m-2 flex items-center gap-2 p-2" >
17
- < div className = "group-hover:animate-arrow-left group-focus:animate-arrow-left [--arrow-left-x:-1px]" >
18
- < ArrowDownIcon className = "inline-block size-4 rotate-90" />
19
- </ div >
20
- Back to { capitalize ( kind ) }
21
- </ span >
16
+ < div className = "group-hover:animate-arrow-left group-focus:animate-arrow-left [--arrow-left-x:-1px]" >
17
+ < ArrowDownIcon className = "inline-block size-4 rotate-90" />
18
+ </ div >
19
+ Back to { capitalize ( kind ) }
22
20
</ NextLink >
23
21
)
24
22
}
You can’t perform that action at this time.
0 commit comments