mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Merge branch 'master' of git.keannu1.duckdns.org:keannu125/Borrowing-TrackerFrontend
This commit is contained in:
commit
96c8f9a150
3 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ let backendURL;
|
|||
if (debug) {
|
||||
backendURL = "http://localhost:8000/";
|
||||
} else {
|
||||
backendURL = "https://equipment-tracker-backend.keannu1.duckdns.org/";
|
||||
backendURL = "https://csm-backend.keannu1.duckdns.org/";
|
||||
}
|
||||
|
||||
const instance = axios.create({
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Button from "../../Components/Button/Button";
|
||||
import styles from "../../styles";
|
||||
import citc_logo from "../../assets/citc_logo.jpg";
|
||||
import Logo_dako from "../../assets/Logo_dako.png"
|
||||
import Popup from "reactjs-popup";
|
||||
import "reactjs-popup/dist/index.css";
|
||||
import { useEffect, useState } from "react";
|
||||
|
@ -40,7 +40,7 @@ export default function LandingPage() {
|
|||
}}
|
||||
>
|
||||
<div style={{ height: "auto", flex: 1, flexWrap: "wrap" }}>
|
||||
<img style={{ width: "16rem", height: "auto" }} src={citc_logo} />
|
||||
<img style={{ width: "16rem", height: "auto" }} src={Logo_dako} />
|
||||
</div>
|
||||
<div
|
||||
style={{
|
||||
|
@ -63,9 +63,9 @@ export default function LandingPage() {
|
|||
}}
|
||||
>
|
||||
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
||||
CITC EQUIPMENT
|
||||
CSM BORROWING
|
||||
<br />
|
||||
TRACKER
|
||||
SYSTEM
|
||||
</p>
|
||||
<div style={{ ...styles.flex_column }}>
|
||||
<Button
|
||||
|
|
BIN
src/assets/Logo_dako.png
Normal file
BIN
src/assets/Logo_dako.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue