Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Update MenuUserControl.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcgn committed Mar 23, 2020
1 parent f8cb577 commit 1f0bcc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<StackPanel Grid.Row="0">
<TextBlock Text="https://github.com/haevg-rz/Planungsboard/" Style="{StaticResource SideBarHintStyle}" />
<Button Content="Open On GitHib" FontSize="5" Style="{StaticResource SideBarButtonStyle}" CommandParameter="https://github.com/haevg-rz/Planungsboard/" />
<Rectangle Height="100"></Rectangle>
<Button Content="New Team" Style="{StaticResource SideBarButtonStyle}" />
<Button Content="New Card" Style="{StaticResource SideBarButtonStyle}" />
Expand Down

0 comments on commit 1f0bcc9

Please sign in to comment.