Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Mar 15, 2024
1 parent 6ec5e05 commit b07769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h5 class="card-title">{{ skill.name }}</h5>
<img :src="skill.images ? skill.images[0] : skill.icon" alt="Skill Image">
</div>
<!-- Examples -->
<div class="preview-examples">
<div class="preview-examples" v-if="skill.examples && skill.examples.length">
<h5>Examples:</h5>
<ul v-if="skill.examples && skill.examples.length">
<li v-for="(example, index) in skill.examples.slice(0, 5)" :key="index">{{ example }}</li>
Expand Down

0 comments on commit b07769b

Please sign in to comment.