Skip to content

Commit f796253

Browse files
committed
Update image name
1 parent 4de2765 commit f796253

File tree

1 file changed

+1
-1
lines changed
  • maui/samples/Gallery/Samples/Cards/GettingStarted/View

1 file changed

+1
-1
lines changed

maui/samples/Gallery/Samples/Cards/GettingStarted/View/CardView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<ColumnDefinition Width="*"/>
190190
</Grid.ColumnDefinitions>
191191
<Grid>
192-
<Image Source="coins.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
192+
<Image Source="coin.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
193193
<Grid Background="#265073" Padding="20" Opacity="0.9">
194194
<Grid.RowDefinitions>
195195
<RowDefinition Height=".2*"/>

0 commit comments

Comments
 (0)