File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ export default function DisplayRC({
31
31
/>
32
32
</ div >
33
33
< h2 className = "text-lg md:text-xl font-bold cursor-pointer hover:text-[#09AFC6]" >
34
- < Link href = { target } >
35
- < a target = "_blank" > { title } </ a >
34
+ < Link href = { target } target = "_blank" >
35
+ { title }
36
36
</ Link >
37
37
</ h2 >
38
38
< p className = "flex justify-center text-md md:pb-1" > { description } </ p >
Original file line number Diff line number Diff line change @@ -74,15 +74,14 @@ export default function Events() {
74
74
target = { event . target }
75
75
/>
76
76
) ) }
77
- </ div >
78
- < div className = "flex items-start justify-center md:justify-end tracking-wide mt-4 px-4 md:px-10 lg:px-16 w-full text-white pb-10 md:pb-14 xl:pb-16" >
79
- < Link href = "https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events" >
80
- < a
81
- target = "_blank"
82
- className = "bg-[#61dafb] text-black px-6 w-full max-w-[350px] text-center py-3 rounded-md font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg"
83
- >
84
- See More Events
85
- </ a >
77
+
78
+ < div className = "flex items-center justify-center pt-1 tracking-wide text-white md:pt-0 md:text-right md:absolute md:bottom-24 md:right-10 2xl:bottom-26 lg:right-16" >
79
+ < Link
80
+ href = "https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events"
81
+ className = "bg-[#61dafb] text-black px-6 py-3 rounded-full font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg"
82
+ target = "_blank"
83
+ >
84
+ See More Events
86
85
</ Link >
87
86
</ div >
88
87
</ section >
You can’t perform that action at this time.
0 commit comments