File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77INSTAGRAM_URL = "https://instagram.com/mouredev"
88TIKTOK_URL = "https://tiktok.com/@mouredev"
99FACEBOOK_URL = "https://facebook.com/mouredev"
10- SPOTIFY_URL = "https://open.spotify.com/show/4iKXt5k2zCbAQOrMePh7qh "
10+ SPOTIFY_URL = "https://open.spotify.com/show/0HFmaAOJTJ57nc6mQD4vJA "
1111LINKEDIN_URL = "https://linkedin.com/in/braismoure/"
1212
1313# Comunidad
Original file line number Diff line number Diff line change @@ -65,13 +65,9 @@ def header(details=True) -> rx.Component:
6565 link_icon ("/icons/instagram.svg" , const .INSTAGRAM_URL , "Instagram" ),
6666 link_icon ("/icons/tiktok.svg" , const .TIKTOK_URL , "TikTok" ),
6767 link_icon ("/icons/facebook.svg" , const .FACEBOOK_URL , "Facebook" ),
68- # link_icon(
69- # "/icons/spotify.svg",
70- # const.SPOTIFY_URL,
71- # "Spotify"
72- # ),
68+ link_icon ("/icons/spotify.svg" , const .SPOTIFY_URL , "Spotify" ),
7369 link_icon ("/icons/linkedin.svg" , const .LINKEDIN_URL , "LinkedIn" ),
74- spacing = Spacing .DEFAULT .value ,
70+ spacing = rx . breakpoints ( initial = Spacing .SMALL . value , xs = Spacing . DEFAULT .value ) ,
7571 padding_top = Size .SMALL .value ,
7672 ),
7773 spacing = Spacing .ZERO .value ,
You can’t perform that action at this time.
0 commit comments