Compare commits

..

No commits in common. "4c306effb72a2b37659cbed2006acd1239ef5434" and "24ea7e0c5c4c5cfc62cefb3034b286c04b406746" have entirely different histories.

3 changed files with 3 additions and 13 deletions

View File

@ -19,13 +19,7 @@
class="bio-item"
>
<dfn class="bio-label">Also known as</dfn>
<span class="bio-value">
<span
v-for="alias in actor.aliases"
:key="`alias-${alias.id}`"
class="alias"
>{{ alias.name }}</span>
</span>
<span>{{ actor.aliases.join(', ') }}</span>
</li>
<Social
@ -649,10 +643,6 @@ export default {
text-transform: capitalize;
}
.alias:not(:last-child)::after {
content: ',\00a0';
}
.scraped {
color: var(--lighten-weak);
font-size: .8rem;

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.170.1",
"version": "1.170.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.170.1",
"version": "1.170.0",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {