Push From Amira
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
//export const baseURL = "http://185.245.96.48:8080"
|
||||
export const baseURL = "http://localhost:8080"
|
||||
export const baseURL = "http://185.245.96.48:8080"
|
||||
//export const baseURL = "http://localhost:8080"
|
||||
@@ -31,10 +31,8 @@ export default function SemesterTile(p)
|
||||
}}
|
||||
onClick={(e) => p.onClick(e)}>
|
||||
<p className={"semester-tile-p"} style={{
|
||||
lineHeight: "80%"
|
||||
}}>{p.text}</p>
|
||||
<p className={"semester-tile-p"} style={{
|
||||
lineHeight: "80%",
|
||||
color: "gray"
|
||||
}}>{p.text2}</p>
|
||||
<div style={{
|
||||
|
||||
Reference in New Issue
Block a user