Skip to content

Commit afb7f94

Browse files
Minor graphical changes
1 parent c8f931a commit afb7f94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "FSAE-Dashboard",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"author": {
6-
"name": "WPI FSAE",
6+
"name": "Ted CliffordS",
77
"email": "[email protected]"
88
},
99
"dependencies": {

Diff for: frontend/src/Components/VehicleStatus.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const VehicleStatus = forwardRef(({ip, setShowConf}, ref) =>{
120120
</span>
121121

122122
<span className="label" id="version">
123-
{ip} v0.4.0
123+
{ip} v0.4.1
124124
</span>
125125
</p>
126126
</div>

Diff for: frontend/src/Styles/ForceMeter.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
height: 2px;
3434
background-color: var(--text);
3535
transform: translate(-50%, -50%);
36-
border-radius: 50%;
36+
border-radius: 0%;
3737
}
3838

3939
.force-val {

0 commit comments

Comments
 (0)