File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ backend/credentials.json
26
26
backend /token.json
27
27
backend /service_account_key.json
28
28
venv
29
- backend /Eduaid
29
+ backend /Eduaid
30
+ .DS_Store
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const Home = () => {
52
52
< div className = "popup w-screen h-screen bg-[#02000F] flex justify-center items-center" >
53
53
< div className = "w-full h-full bg-cust bg-opacity-50 bg-custom-gradient" >
54
54
< div >
55
- < img src = { logo } alt = "logo" className = "w-24 my-6 mx-6 block" />
55
+ < img src = "aossie_transparent.png" alt = "logo" className = "w-24 my-6 mx-6 block" />
56
56
< div className = "text-7xl text-center font-extrabold" >
57
57
< span className = "bg-gradient-to-r from-[#FF005C] to-[#7600F2] text-transparent bg-clip-text" >
58
58
Edu
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const Previous = () => {
31
31
< div className = "w-full h-full bg-cust bg-opacity-50 bg-custom-gradient" >
32
32
< a href = "/" >
33
33
< div className = "flex items-end gap-[2px]" >
34
- < img src = { logo } alt = "logo" className = "w-16 my-4 ml-4 block" />
34
+ < img src = "Aossie_transparent.png" alt = "logo" className = "w-16 my-4 ml-4 block" />
35
35
< div className = "text-2xl mb-3 font-extrabold" >
36
36
< span className = "bg-gradient-to-r from-[#FF005C] to-[#7600F2] text-transparent bg-clip-text" >
37
37
Edu
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const Question_Type = () => {
20
20
< div className = "w-full h-full bg-cust bg-opacity-50 bg-custom-gradient p-6" >
21
21
< a href = "/" >
22
22
< div className = "flex items-end gap-4" >
23
- < img src = { logo } alt = "logo" className = "w-24 my-6 block" />
23
+ < img src = "aossie_transparent.png" alt = "logo" className = "w-24 my-6 block" />
24
24
< div className = "text-5xl mb-5 font-extrabold" >
25
25
< span className = "bg-gradient-to-r from-[#FF005C] to-[#7600F2] text-transparent bg-clip-text" >
26
26
Edu
You can’t perform that action at this time.
0 commit comments