Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeBianGu committed Dec 5, 2023
1 parent 621be3d commit ba7ac3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed Document/logo.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Styles/H.Styles.Default/LogoMarkupExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class LogoExtension : MarkupExtension
public override object ProvideValue(IServiceProvider serviceProvider)
{
ImageSourceConverter converter = new ImageSourceConverter();
string path = "pack://application:,,,/H.Styles.Default;component/Logo.ico";
string path = "pack://application:,,,/H.Styles.Default;component/Logo.png";
return converter.ConvertFromString(path);
}
}
Expand Down

0 comments on commit ba7ac3a

Please sign in to comment.