Push From Amira

This commit is contained in:
brausjonas
2023-06-13 13:37:23 +02:00
parent b89a1fd2fe
commit 04df42b67a
4 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -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={{