File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 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({
3131 />
3232 </ div >
3333 < 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 }
3636 </ Link >
3737 </ h2 >
3838 < 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() {
7474 target = { event . target }
7575 />
7676 ) ) }
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
8685 </ Link >
8786 </ div >
8887 </ section >
You can’t perform that action at this time.
0 commit comments