File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21import React from 'react' ;
32import { Link } from 'react-router-dom' ;
43
54const Logo = ( ) => {
65 return (
7- < div className = "flex items-center gap-2" >
8- { /* Logo principal */ }
9- < Link to = "/" className = "flex items-center gap-2" >
6+ < div className = "flex items-center gap-3 group" >
7+ < Link to = "/" className = "flex items-center gap-2 transition-transform duration-500 hover:scale-105" >
108 < img
119 src = "/lovable-uploads/ALogo.png"
12- alt = "AlienFlowSpaceDAO Logo"
13- className = "h-9"
10+ alt = "AlienFlow Logo"
11+ className = "h-9 w-auto "
1412 />
15- < span className = "font-nasalization text-base sm:text-lg md:text- xl overflow-hidden text-ellipsis " >
13+ < span className = "font-nasalization text-base sm:text-xl tracking-tighter " >
1614 < span className = "text-alien-green" > Δlieπ</ span >
1715 < span className = "text-alien-gold" > FlΦw</ span >
1816 < span className = "text-alien-green" > $pac€</ span >
1917 < span className = "text-alien-gold" > DAO</ span >
2018 </ span >
2119 </ Link >
22-
23- { /* Icono del planeta */ }
24- < Link to = "/" >
20+
21+ < Link to = "/" className = "hidden sm:block" >
2522 < img
2623 src = "/lovable-uploads/ET.png"
2724 alt = "Earth"
28- className = "h-7 w-7 sm:h-8 sm: w-8 rounded-full hover:opacity-80 transition-opacity "
25+ className = "h-8 w-8 rounded-full hover:rotate-[360deg] transition-all duration-1000 border border-alien-green/20 "
2926 />
3027 </ Link >
3128 </ div >
You can’t perform that action at this time.
0 commit comments