We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de2765 commit f796253Copy full SHA for f796253
maui/samples/Gallery/Samples/Cards/GettingStarted/View/CardView.xaml
@@ -189,7 +189,7 @@
189
<ColumnDefinition Width="*"/>
190
</Grid.ColumnDefinitions>
191
<Grid>
192
- <Image Source="coins.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
+ <Image Source="coin.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
193
<Grid Background="#265073" Padding="20" Opacity="0.9">
194
<Grid.RowDefinitions>
195
<RowDefinition Height=".2*"/>
0 commit comments