Skip to content

Commit

Permalink
Fixing typo causing images to not render
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah-Awwad authored Dec 20, 2023
1 parent b2fe927 commit d0eca4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blocks/Columns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defineProps<{
<div
v-motion
:initial="{ opacity: 0, scale: 0.8, y: 50 }"
:visible-once="{ opacity: 1, scale: 1, y: 0 }"
:visibleOnce="{ opacity: 1, scale: 1, y: 0 }"
:duration="1000"
:delay="250"
>
Expand Down

0 comments on commit d0eca4f

Please sign in to comment.