Remove hiding the age in SFW mode (#6450)

This commit is contained in:
bob12224 2026-01-04 21:11:42 -08:00 committed by GitHub
parent 66ceceeaf1
commit 39d3e63cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,9 +83,4 @@
display: none;
}
}
// hide performer age on performer cards
.performer-card__age {
display: none;
}
}