Skip to content

Commit 7812ab8

Browse files
niels9001michael-hawker
authored andcommitted
Addings links to About section
1 parent e0dd682 commit 7812ab8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CommunityToolkit.App.Shared/Pages/SettingsPage.xaml

+15-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@
7474
Text="About" />
7575

7676
<controls:SettingsExpander Description="© 2023. All rights reserved."
77-
Header="Windows Community Toolkit Gallery">
77+
Header="Windows Community Toolkit Gallery"
78+
IsExpanded="True">
7879
<controls:SettingsExpander.HeaderIcon>
7980
<BitmapIcon ShowAsMonochrome="False"
8081
UriSource="ms-appx:///Assets/AppTitleBar.png" />
8182
</controls:SettingsExpander.HeaderIcon>
8283
<TextBlock win:IsTextSelectionEnabled="True"
8384
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
84-
Style="{StaticResource CaptionTextBlockStyle}"
8585
Text="Version 8.0.0" />
8686
<controls:SettingsExpander.Items>
8787
<controls:SettingsCard HorizontalContentAlignment="Left"
@@ -101,6 +101,19 @@
101101
NavigateUri="https://aka.ms/colorcode" />
102102
</StackPanel>
103103
</controls:SettingsCard>
104+
<controls:SettingsCard HorizontalContentAlignment="Left"
105+
ContentAlignment="Vertical"
106+
Header="Useful links">
107+
<StackPanel Margin="-12,0,0,0"
108+
Orientation="Vertical">
109+
<HyperlinkButton Content="GitHub repository"
110+
NavigateUri="https://aka.ms/toolkit/windows" />
111+
<HyperlinkButton Content="Documentation"
112+
NavigateUri="https://aka.ms/toolkit/docs" />
113+
<HyperlinkButton Content="UWP Community Discord"
114+
NavigateUri="https://aka.ms/wct/discord" />
115+
</StackPanel>
116+
</controls:SettingsCard>
104117
</controls:SettingsExpander.Items>
105118
</controls:SettingsExpander>
106119
</StackPanel>

0 commit comments

Comments
 (0)