1
0
Fork 0
Browse Source

change 'Ross' label to 'Andy'.

Ross is no longer at Ritherdon and Andy (and Harry) have taken over his role.
master
Craig Oates 3 years ago
parent
commit
c617416402
  1. 2
      src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

2
src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml

@ -74,7 +74,7 @@
Text="{x:Bind _vm.Device1.LatestReading.reading,
Mode=OneWay, FallbackValue=404}" Foreground="White"
VerticalAlignment="Bottom" FontSize="144"/>
<TextBlock Text="Factory 1 (Ross)" Foreground="White" FontSize="36"
<TextBlock Text="Factory 1 (Andy)" Foreground="White" FontSize="36"
VerticalAlignment="Bottom"/>
</StackPanel>
</Grid>