Readme fix

This commit is contained in:
Raktbastr 2026-02-14 14:14:55 -06:00
parent 9327b6120f
commit 1c3b52723f
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,4 @@
![Laser Scouter](https://raw.githubusercontent.com/Raktbastr/laserscouter/refs/heads/main/assets/laserscouterlogo.png) ![Laser Scouter](https://raw.githubusercontent.com/Raktbastr/laserscouter/refs/heads/main/assets/main.png)
<sub>WIP Logo</sub>
# Simple FRC scouting app. Developed by me for Laser Robotics and the FRC community! # 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 * Better and updated scouting questions, these are examples from Reefscape
* Match scouting * Match scouting
* Online accessible version
# Some extra notes # Some extra notes

View file

@ -146,7 +146,7 @@ class _LoginPageState extends State<LoginPage> {
return AlertDialog( return AlertDialog(
title: const Text('Info'), title: const Text('Info'),
content: const Text( 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"
), ),
); );
} }