mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Fix typo in dashboard
This commit is contained in:
parent
201822b271
commit
a94831fbe1
2 changed files with 5 additions and 3 deletions
|
@ -128,7 +128,7 @@ export default function Dashboard() {
|
|||
...{ float: "left", position: "absolute" },
|
||||
}}
|
||||
>
|
||||
Item Count
|
||||
Items in Database
|
||||
</p>
|
||||
|
||||
<p
|
||||
|
@ -170,7 +170,7 @@ export default function Dashboard() {
|
|||
...{ float: "left", position: "absolute" },
|
||||
}}
|
||||
>
|
||||
Functional Item
|
||||
Functional Items
|
||||
</p>
|
||||
|
||||
<p
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import styles from "../../styles";
|
||||
|
||||
export default function EquipmentInstancesListPage() {
|
||||
return <div>{"EquipmentInstancesListPage"}</div>;
|
||||
return <div style={styles.background}>{"EquipmentInstancesListPage"}</div>;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue