@@ -105,7 +105,7 @@
:key="index"
:is-odd="!!(index % 2)"
:is-first="index === 1"
- :is-last="index === 10"
+ :is-last="index === list.length - 1"
:relic-image="`${$cdnPath}3D/${item.bs}.png`"
:relic-title="item.name"
class="relic-item"