1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 19:32:55 +08:00

minor code change

This commit is contained in:
JimmyC7834 2021-06-21 15:47:47 +08:00
parent 22cc1e1452
commit b162da5ee0

View File

@ -320,7 +320,7 @@ namespace osu.Game.Overlays
Margin = new MarginPadding { Bottom = 10 },
};
supporterTagLink.AddLink(BeatmapsStrings.ListingSearchSupporterFilterQuoteLinkText.ToString(), Online.Chat.LinkAction.External, "https://osu.ppy.sh/store/products/supporter-tag");
supporterTagLink.AddLink(BeatmapsStrings.ListingSearchSupporterFilterQuoteLinkText.ToString(), "https://osu.ppy.sh/store/products/supporter-tag");
return supporterTagLink;
}
}