mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: update GitHub link in MccBannerPanelBuilder
- Changed the GitHub link in the MccBannerPanelBuilder to use the full URL format for better accessibility.
This commit is contained in:
parent
dffa480c38
commit
dc1c4272cb
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ namespace MinecraftClient.Tui
|
||||||
private static void AddGithub(StackPanel panel)
|
private static void AddGithub(StackPanel panel)
|
||||||
{
|
{
|
||||||
var row = new TextBlock();
|
var row = new TextBlock();
|
||||||
row.Inlines!.Add(Val("Github.com/MCCTeam", Pal.Gray));
|
row.Inlines!.Add(Val("https://github.com/MCCTeam", Pal.Gray));
|
||||||
panel.Children.Add(row);
|
panel.Children.Add(row);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue