File tree 3 files changed +15
-10
lines changed
3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,17 @@ export function ExploreHubCard() {
23
23
return dispatch ( setIsExploreDialogOpen ( false ) ) ;
24
24
} }
25
25
>
26
- < div className = "flex flex-col items-center gap-1 p-4 text-center" >
27
- < h2 className = "text-2xl font-semibold" > Create Your Own Assistant</ h2 >
26
+ < div className = "flex flex-col items-center gap-1 px-4 text-center" >
27
+ < div className = "mb-4" >
28
+ < h2 className = "mb-1 text-xl font-semibold" >
29
+ Create Your Own Assistant
30
+ </ h2 >
28
31
29
- < p className = "max-w-lg text-base leading-relaxed" >
30
- Discover and remix popular assistants, or create your own from scratch
31
- </ p >
32
+ < p className = "text-lightgray my-0 max-w-lg text-sm font-light leading-relaxed" >
33
+ Discover and remix popular assistants, or create your own from
34
+ scratch
35
+ </ p >
36
+ </ div >
32
37
33
38
< Button
34
39
className = "w-full"
@@ -50,7 +55,7 @@ export function ExploreHubCard() {
50
55
} ) ;
51
56
} }
52
57
>
53
- < div className = "mt-4 flex cursor-pointer items-center justify-center gap-1" >
58
+ < div className = "flex cursor-pointer items-center justify-center gap-1" >
54
59
< span > Or, create your own assistant from scratch</ span >
55
60
< ChevronRightIcon className = "h-3 w-3" />
56
61
</ div >
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ export function ReusableCard({
33
33
>
34
34
{ showCloseButton && (
35
35
< CloseButton onClick = { onClose } >
36
- < XMarkIcon className = "mt-1.5 hidden h-5 w-5 hover:brightness-125 sm:flex " />
36
+ < XMarkIcon className = "flex h-5 w-5 hover:brightness-125" />
37
37
</ CloseButton >
38
38
) }
39
- < div className = "content py-4 " > { children } </ div >
39
+ < div className = "content py-2 " > { children } </ div >
40
40
</ StyledCard >
41
41
) ;
42
42
}
You can’t perform that action at this time.
0 commit comments