mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-09 18:08:42 -06:00
Fix single-speaker quote speaker link missing 'speaker-link' class
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
>
|
||||
<td v-if="quote.speaker" class="quote-speaker pl-3">
|
||||
<DynamicSpeaker v-if="quote.isAnnotated" :text="quote.speaker" :characters="quote.characters" class="my-3" />
|
||||
<router-link v-else :to="{name: 'Character', params: {character: quote.character}}" class="speaker-bg">
|
||||
<router-link v-else :to="{name: 'Character', params: {character: quote.character}}" class="speaker-link">
|
||||
{{ quote.speaker }}
|
||||
</router-link>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user