mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-05 23:16:33 -06:00
Fix character image URLs, remove underline from quote speaker links
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
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 {
|
||||
color: $grey-10;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user