Skip to content

Commit 302a6a4

Browse files
committed
ROFL MetaData and Policy cards
1 parent 6269e3b commit 302a6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/pages/RoflAppDetailsPage/GridRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const GridRow: FC<GridRowProps> = ({ label, children, tooltip }) => {
2525
</div>
2626

2727
<div className="col-span-2 border-b border-gray-100 p-2 md:p-4">
28-
{children ? <strong>{children}</strong> : t('common.missing')}
28+
{children ? <span className="font-medium">{children}</span> : t('common.missing')}
2929
</div>
3030
</>
3131
)

0 commit comments

Comments
 (0)