mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-16 22:09:29 +08:00
Merge branch 'master' of git.keannu1.duckdns.org:keannu125/Borrowing-TrackerFrontend
This commit is contained in:
commit
81852d6fad
4 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ export default function TechnicianEquipmentButtons() {
|
|||
...styles.text_L,
|
||||
}}
|
||||
>
|
||||
Equipments
|
||||
Equipment
|
||||
</p>
|
||||
<div
|
||||
style={{
|
||||
|
|
|
@ -43,7 +43,7 @@ export default function TechnicianNavigation() {
|
|||
marginLeft: "1rem",
|
||||
}}
|
||||
>
|
||||
Feature
|
||||
Features
|
||||
</p>
|
||||
<button
|
||||
style={{
|
||||
|
@ -87,7 +87,7 @@ export default function TechnicianNavigation() {
|
|||
<img src={equipment} alt="Manage Equipment" />
|
||||
|
||||
<p style={{ ...styles.text_normal, fontSize: 20, margin: "10" }}>
|
||||
Manage Equipments
|
||||
Manage Equipment
|
||||
</p>
|
||||
</button>
|
||||
<button
|
||||
|
|
|
@ -175,7 +175,7 @@ export default function RegisterModal() {
|
|||
setUser({ ...user, section: e.target.value });
|
||||
setError("");
|
||||
}}
|
||||
value={user.username}
|
||||
value={user.section}
|
||||
placeholder={"Enter current section"}
|
||||
/>
|
||||
<TextField
|
||||
|
|
|
@ -62,7 +62,7 @@ export default function EquipmentInstancesListPage() {
|
|||
|
||||
|
||||
|
||||
<Header label={"Items List"} />
|
||||
<Header label={"Equipment List"} />
|
||||
<div
|
||||
style={{
|
||||
...styles.flex_column,
|
||||
|
|
Loading…
Reference in a new issue