File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ export default function BountyCard({ bounty }: BountyProps): ReactElement {
58
58
59
59
return (
60
60
< div className = "p-5 flex md:flex-row-reverse md:space-x-5 px-5 min-h-32 md:h-auto md:w-full justify-between hover:bg-secondary relative" >
61
- < div className = "bg-theme-accent flex-col w-full h-full justify-between md:-space-y-1 pl-3 pr-5 mt-7 mb-5 " >
61
+ < div className = "bg-theme-accent flex-col w-full h-full justify-between md:-space-y-1 pl-3 pr-5 mt-7 mb-5" >
62
62
< Component className = "relative w-full block" href = { link } >
63
63
< div className = "font-medium text-md md:pt-1.5" > { bounty . course ? bounty . course . name : bounty . name } </ div >
64
64
</ Component >
65
65
< div className = "flex justify-between w-full md:block" >
66
- < Component className = "inline-flex md:flex h-2/3 md:flex-row flex-col-reverse justify-between" href = { link } >
66
+ < Component className = "inline-flex md:flex md:flex-row flex-col-reverse justify-between" href = { link } >
67
67
< div className = "text-sm pt-8 md:pt-2 md:pb-4 text-gray-600" > { type ( ) } </ div >
68
68
< div >
69
69
< Reward type = "gray" reward = { bounty . reward } > </ Reward >
You can’t perform that action at this time.
0 commit comments