mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
fix: broken links
This commit is contained in:
@@ -48,15 +48,15 @@
|
|||||||
<StackPanel>
|
<StackPanel>
|
||||||
<controls:Card Margin="12" Width="300">
|
<controls:Card Margin="12" Width="300">
|
||||||
<StackPanel>
|
<StackPanel>
|
||||||
<TextBlock
|
|
||||||
Theme="{StaticResource SubtitleTextBlockStyle}"
|
|
||||||
Margin="0 0 0 8">Resources</TextBlock>
|
|
||||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
|
|
||||||
<StackPanel.Styles>
|
<StackPanel.Styles>
|
||||||
<Style Selector="Button">
|
<Style Selector="Button">
|
||||||
<Setter Property="Command" Value="{Binding OpenUrlCommand}"/>
|
<Setter Property="Command" Value="{Binding OpenUrlCommand}"/>
|
||||||
</Style>
|
</Style>
|
||||||
</StackPanel.Styles>
|
</StackPanel.Styles>
|
||||||
|
<TextBlock
|
||||||
|
Theme="{StaticResource SubtitleTextBlockStyle}"
|
||||||
|
Margin="0 0 0 8">Resources</TextBlock>
|
||||||
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
|
||||||
<Button CommandParameter="https://hextechdocs.dev/tag/lcu/" Margin="4">
|
<Button CommandParameter="https://hextechdocs.dev/tag/lcu/" Margin="4">
|
||||||
Hextech Docs
|
Hextech Docs
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user