File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const DeveloperLinks = () => {
6767
6868 { /* Arrow with enhanced animation */ }
6969 < div className = "relative z-10 flex items-center justify-center w-8 h-8 rounded-full bg-red-100 group-hover:bg-red-200 transition-colors ml-4 flex-shrink-0" >
70- < span className = "text-gray-600 group-hover:text-red-700 transform group-hover:translate-x-1 transition-all" >
70+ < span className = "-mt-1 text-gray-600 group-hover:text-red-700 transform group-hover:translate-x-1 transition-all" >
7171 →
7272 </ span >
7373 </ div >
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ const NewsPage: React.FC = () => {
260260 className = "text-blue-500 mr-4 animate-pulse"
261261 size = { 32 }
262262 />
263- < h1 className = "text-8xl font-bold font-Caveat text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600" >
263+ < h1 className = "p-4 text-8xl font-bold font-Caveat text-transparent bg-clip-text bg-gradient-to-r from-blue-600 to-green-600" >
264264 NEWS
265265 </ h1 >
266266 < TrendingUp
@@ -561,7 +561,7 @@ const NewsPage: React.FC = () => {
561561 Read more
562562 < ArrowRight
563563 size = { 14 }
564- className = "ml-1 group-hover:translate-x-1 transition-transform duration-300"
564+ className = "ml-1 mt-1 group-hover:translate-x-1 transition-transform duration-300"
565565 />
566566 </ div >
567567 </ div >
@@ -584,7 +584,9 @@ const NewsPage: React.FC = () => {
584584 whileHover = "hover"
585585 whileTap = "tap"
586586 >
587- < div className = "absolute inset-0 bg-white opacity-0 group-hover:opacity-10 transition-opacity duration-300" > </ div >
587+ < div className = "relative group rounded-xl overflow-hidden" >
588+ < div className = "absolute inset-0 bg-white opacity-0 group-hover:opacity-10 transition-opacity duration-300 rounded-xl" > </ div >
589+ </ div >
588590 < span className = "relative z-10" > Load More Articles</ span >
589591 < ArrowRight
590592 size = { 18 }
You can’t perform that action at this time.
0 commit comments