Skip to content

Commit

Permalink
Fix Mastodon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Mar 5, 2024
1 parent 5a4cec3 commit aa0b489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AboutMe/Wasm/Pages/Contact.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ public partial class Contact
{
private const string MastodonSvg = """
<svg xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
width="24"
height="24"
fill="currentColor"
class="bi bi-mastodon"
viewBox="0 0 16 16">
Expand Down

0 comments on commit aa0b489

Please sign in to comment.