Added boob and country aggregation to actors page.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
>
|
||||
{{ actor.birthCountry.alpha2 }}
|
||||
<img
|
||||
:src="`/flags/${actor.birthCountry.alpha2.toLowerCase()}.svg`"
|
||||
:src="`/img/flags/${actor.birthCountry.alpha2.toLowerCase()}.svg`"
|
||||
class="flag"
|
||||
>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user