Skip to content

Commit

Permalink
use imagePlaceholder variable in snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Nov 7, 2024
1 parent 0e749dc commit b9a0ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playroom/snippets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@ const navigationBarSnippets = [
title="Movistar Plus+"
onPress={() => {}}
description="Contrata solo TV por 9,99 €"
backgroundImage="https://picsum.photos/1200/1200"
backgroundImage="${imagePlaceholder}"
/>
</GridItem>
</Grid>
Expand All @@ -2644,7 +2644,7 @@ const navigationBarSnippets = [
aspectRatio="1:1"
onPress={() => {}}
description="Contrata solo TV por 9,99 €"
backgroundImage="https://picsum.photos/1200/1200"
backgroundImage="${imagePlaceholder}"
/>
</Stack>
),
Expand Down

0 comments on commit b9a0ca8

Please sign in to comment.