File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ const Contributors = () => {
41
41
src = { contributor . avatar_url }
42
42
alt = { contributor . name }
43
43
/>
44
- < InlineLink
45
- className = "static flex-grow text-body no-underline before:absolute before:left-0 before:top-0 before:z-0 before:block before:h-full before:w-full before:cursor-pointer before:content-[''] hover:no-underline"
46
- href = { contributor . profile }
47
- hideArrow
48
- >
49
- < div className = "p-4" >
44
+ < div className = "p-4" >
45
+ < InlineLink
46
+ className = "static flex-grow text-body no-underline before:absolute before:left-0 before:top-0 before:z-0 before:block before:h-full before:w-full before:cursor-pointer before:content-[''] hover:no-underline"
47
+ href = { contributor . profile }
48
+ hideArrow
49
+ >
50
50
< h3 className = "mb-4 mt-2 text-md" > { contributor . name } </ h3 >
51
- </ div >
52
- </ InlineLink >
51
+ </ InlineLink >
52
+ </ div >
53
53
</ Flex >
54
54
) ) }
55
55
</ Flex >
You can’t perform that action at this time.
0 commit comments