Skip to content

Commit

Permalink
fix: icon usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBabbitt97 authored Feb 18, 2022
1 parent 1481906 commit ba80f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ builder.Window.UseFrame(false);

And change your window icon (uses `wwwroot/favicon.ico` as the default):
```csharp
builder.Window.UseFrame(false);
builder.Window.UseIcon("myicon.ico");
```

It is also possible to configure these values through `appsettings.json` like so:
Expand Down

0 comments on commit ba80f19

Please sign in to comment.