mirror of
https://github.com/stashapp/stash.git
synced 2026-01-18 06:01:27 +01:00
Fixes spacing in "stars in X scenes"
This commit is contained in:
parent
15291b4205
commit
18fd72a45c
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ export const PerformerCard: FunctionComponent<IPerformerCardProps> = (props: IPe
|
|||
{props.performer.name}
|
||||
</H4>
|
||||
{age !== 0 ? <span className="bp3-text-muted block">{ageString}</span> : undefined}
|
||||
<span className="bp3-text-muted block">Stars in {props.performer.scene_count}
|
||||
<Link to={NavigationUtils.makePerformerScenesUrl(props.performer)}>scenes</Link>.
|
||||
<span className="bp3-text-muted block">Stars in {props.performer.scene_count} <Link to={NavigationUtils.makePerformerScenesUrl(props.performer)}>scenes</Link>.
|
||||
</span>
|
||||
</div>
|
||||
</Card>
|
||||
|
|
|
|||
Loading…
Reference in a new issue