mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 12:08:52 -06:00
Fix character image URLs, remove underline from quote speaker links
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
faceURL(character, thumbnail = false) {
|
faceURL(character, thumbnail = false) {
|
||||||
return `/img/${character}/` + (thumbnail ? "face_thumb" : "face") + ".webp";
|
return `/img/${character}/` + (thumbnail ? "face_thumb" : "face") + ".jpeg";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
&, &:hover {
|
&, &:hover {
|
||||||
color: $grey-10;
|
color: $grey-10;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user