Skip to content

Commit

Permalink
fix display the information
Browse files Browse the repository at this point in the history
  • Loading branch information
Hetari committed Aug 30, 2024
1 parent 39bd438 commit 048298b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/design/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
</p>

<div class="heading-6 mt-4 font-semibold">
<p class="">{{ people[index].author }}</p>
<p class="">{{ p.author }}</p>
<p class="text-flax-smoke-400">
{{ people[index].position }}
{{ p.position }}
</p>
</div>

Expand All @@ -103,7 +103,7 @@
>
<p
class="text-nowrap rounded-full border border-flax-smoke-500 px-3 uppercase text-flax-smoke-600"
v-for="i in people[index].tags"
v-for="i in p.tags"
:key="i"
>
{{ i }}
Expand Down

0 comments on commit 048298b

Please sign in to comment.