mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-12 18:13:17 -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">
|
<td v-if="quote.speaker" class="quote-speaker pl-3">
|
||||||
<DynamicSpeaker v-if="quote.isAnnotated" :text="quote.speaker" :characters="quote.characters" class="my-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 }}
|
{{ quote.speaker }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user