Skip to content

Commit 572accb

Browse files
authored
Merge pull request #98 from codemonkey85/dev
Fix support link
2 parents f0bc245 + 5f79cf8 commit 572accb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AboutMe/Wasm/Components/SocialLink.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ public SocialLink()
3535
public static SocialLink SupportMe { get; } = new()
3636
{
3737
Name = "Support me",
38-
Url = "support",
38+
Url = "https://ko-fi.com/michaelbond",
3939
Title = "Support me",
40-
OpenInNewWindow = false,
4140
Icon = Icons.Material.Filled.Coffee
4241
};
4342
}

0 commit comments

Comments
 (0)