From 1c3b52723f0f2a76ba9e84f0b1f2abc76e64b5d0 Mon Sep 17 00:00:00 2001 From: Raktbastr Date: Sat, 14 Feb 2026 14:14:55 -0600 Subject: [PATCH] Readme fix --- README.md | 4 +--- lib/login.dart | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abd4ac9..e6e6a73 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![Laser Scouter](https://raw.githubusercontent.com/Raktbastr/laserscouter/refs/heads/main/assets/laserscouterlogo.png) -WIP Logo +![Laser Scouter](https://raw.githubusercontent.com/Raktbastr/laserscouter/refs/heads/main/assets/main.png) # Simple FRC scouting app. Developed by me for Laser Robotics and the FRC community! @@ -9,7 +8,6 @@ Input your team number and event, and start scouting! When you're done export yo * Better and updated scouting questions, these are examples from Reefscape * Match scouting -* Online accessible version # Some extra notes diff --git a/lib/login.dart b/lib/login.dart index 181e6a5..ead7a5b 100644 --- a/lib/login.dart +++ b/lib/login.dart @@ -146,7 +146,7 @@ class _LoginPageState extends State { return AlertDialog( title: const Text('Info'), content: const Text( - "This app makes use of The Blue Alliance APIv3 through Laser Proxy. No API keys are stored on device. Laser Scouter was created by FRC 2077 Laser Robotics. \n\nVersion: Rebuilt 26.2.14}" + "This app makes use of The Blue Alliance APIv3 through Laser Proxy. No API keys are stored on device. Laser Scouter was created by FRC 2077 Laser Robotics. \n\nVersion: Rebuilt v26.2.14" ), ); }