File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -318,22 +318,23 @@ function ProjectSelector({
318
318
< div className = "box-content size-10 overflow-clip rounded-sm bg-charcoal-800" >
319
319
< Avatar avatar = { organization . avatar } className = "size-10" includePadding />
320
320
</ div >
321
- < div className = "space-y-[0.3125rem] " >
322
- < Paragraph variant = "extra- small/bright" > { organization . title } </ Paragraph >
323
- < div className = "flex items-baseline" >
321
+ < div className = "space-y-0.5 " >
322
+ < Paragraph variant = "small/bright" > { organization . title } </ Paragraph >
323
+ < div className = "flex items-baseline gap-2 " >
324
324
{ plan && (
325
- < Paragraph variant = "extra-small" >
326
- < TextLink variant = "secondary" to = { v3BillingPath ( organization ) } >
327
- { plan }
328
- </ TextLink >
329
- </ Paragraph >
330
- ) }
331
- < Paragraph variant = "extra-small" >
332
325
< TextLink
333
326
variant = "secondary"
334
- to = { organizationTeamPath ( organization ) }
335
- > { simplur `${ organization . membersCount } member[|s]` } </ TextLink >
336
- </ Paragraph >
327
+ className = "text-xs"
328
+ to = { v3BillingPath ( organization ) }
329
+ >
330
+ { plan }
331
+ </ TextLink >
332
+ ) }
333
+ < TextLink
334
+ variant = "secondary"
335
+ className = "text-xs"
336
+ to = { organizationTeamPath ( organization ) }
337
+ > { simplur `${ organization . membersCount } member[|s]` } </ TextLink >
337
338
</ div >
338
339
</ div >
339
340
</ div >
You can’t perform that action at this time.
0 commit comments