Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi-Tom committed Jul 4, 2024
1 parent 7036d9a commit a3dc5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/YouAreInControlOfYourDataSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<img
v-for="(_shieldRef, index) in shieldRefs"
:key="index"
:_ref="setShieldRef(index)"
:ref="setShieldRef(index)"

Check failure on line 22 in src/pages/Home/YouAreInControlOfYourDataSection.vue

View workflow job for this annotation

GitHub Actions / Build

Type '(el: HTMLElement | null) => void' is not assignable to type 'VNodeRef | undefined'.
:style="getShieldStyle(index)"
class="shield-image absolute inset-0"
alt="shield"
Expand Down

0 comments on commit a3dc5aa

Please sign in to comment.