Skip to content

Commit 4de2765

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

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<ColumnDefinition Width="*"/>
8282
</Grid.ColumnDefinitions>
8383
<Grid>
84-
<Image Source="bitcoin.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
84+
<Image Source="bitcoin.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
8585
<Grid Background="#b03f2b" Padding="20" Opacity="0.9">
8686
<Grid.RowDefinitions>
8787
<RowDefinition Height=".2*"/>
@@ -117,7 +117,7 @@
117117
<ColumnDefinition Width="*"/>
118118
</Grid.ColumnDefinitions>
119119
<Grid>
120-
<Image Source="building.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
120+
<Image Source="building.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
121121
<Grid Background="#343434" Padding="20" Opacity="0.9">
122122
<Grid.RowDefinitions>
123123
<RowDefinition Height=".2*"/>
@@ -153,7 +153,7 @@
153153
<ColumnDefinition Width="*"/>
154154
</Grid.ColumnDefinitions>
155155
<Grid>
156-
<Image Source="hexagon.jpg}" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
156+
<Image Source="hexagon.jpg" Aspect="AspectFill" WidthRequest="{OnPlatform MacCatalyst=200, Default=160}"/>
157157
<Grid Background="#3081D0" Padding="20" Opacity="0.9">
158158
<Grid.RowDefinitions>
159159
<RowDefinition Height=".2*"/>
@@ -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="coins.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)