Skip to content

Commit

Permalink
Config and Footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CoachPrash committed Mar 22, 2024
1 parent b6c4fd9 commit 164d939
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE
We changed to github pages. Please use https://frc2713.github.io/QRScout/ until we redirect http://scout.redhawkrobotics.org
https://frc999.github.io/QRScout/

# QRScout
A QR Code Based Scouting System for FRC
Expand Down
17 changes: 11 additions & 6 deletions config/2024/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,21 +263,26 @@
"title": "Offense Skill",
"type": "select",
"choices": {
"1": "Not Effective",
"2": "Average",
"3": "Very Effective",
"1": "Poor",
"2": "Not Effective",
"3": "Average",
"4": "Effective",
"5": "Very Effective",
"x": "Not Observed"
},
"defaultValue": "x",
"required": false
},
{
"code": "dr",
"title": "Defense Skill",
"type": "select",
"choices": {
"1": "Not Effective",
"2": "Average",
"3": "Very Effective",
"1": "Poor",
"2": "Not Effective",
"3": "Average",
"4": "Effective",
"5": "Very Effective",
"x": "Not Observed"
},
"defaultValue": "x",
Expand Down
Binary file added src/assets/999BANNER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { Logo } from './Logo';

export function Footer() {
return (
<footer>
<div className="mt-8 flex h-24 flex-col items-center justify-center p-2">
<Logo />
<img src="assets/999BANNER.png"/>
</div>
</footer>
);
Expand Down

0 comments on commit 164d939

Please sign in to comment.