File tree 1 file changed +7
-15
lines changed
frontend/src/components/Event
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,15 @@ const Event = () => {
13
13
< div className = "flex flex-col text-center" >
14
14
< p className = "text-center text-3xl" >
15
15
We run a wide-variety of events for fun, learning new skills and careers. For full
16
- listings, check out the CSESoc Discord or our Facebook page!
16
+ listings, check out our { ' ' }
17
+ < a
18
+ href = "https://www.facebook.com/csesoc"
19
+ className = "text-[#3977F9] relative after:bg-current after:absolute after:h-1 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:duration-200"
20
+ > Facebook page</ a > !
17
21
</ p >
18
- < div >
19
- < a href = "https://bit.ly/CSESocDiscord" >
20
- < button className = "mt-5 mx-5 bg-white border font-bold text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-24 xl:h-12 h-10 hover-animate" >
21
- Discord
22
- </ button >
23
- </ a >
24
- < a href = "https://www.facebook.com/csesoc" >
25
- < button className = "mt-5 mx-5 bg-white border font-bold text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-24 xl:h-12 h-10 hover-animate" >
26
- FB
27
- </ button >
28
- </ a >
29
- </ div >
30
22
</ div >
31
23
</ div >
32
- < div className = "flex items-center justify-start mt-10 " >
24
+ < div className = "flex items-center justify-start mt-20 " >
33
25
< p className = "text-4xl font-bold" >
34
26
Explore upcoming events
35
27
</ p >
@@ -40,7 +32,7 @@ const Event = () => {
40
32
< p className = "text-4xl" > No upcoming events... check back here later!</ p >
41
33
</ div >
42
34
}
43
- < div className = "flex items-center justify-start mt-10 " >
35
+ < div className = "flex items-center justify-start mt-20 " >
44
36
< p className = "text-4xl font-bold" >
45
37
Previous events
46
38
</ p >
You can’t perform that action at this time.
0 commit comments