File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 66TWITTER_X_URL = "https://twitter.com/mouredev"
77INSTAGRAM_URL = "https://instagram.com/mouredev"
88TIKTOK_URL = "https://tiktok.com/@mouredev"
9+ FACEBOOK_URL = "https://facebook.com/mouredev"
910SPOTIFY_URL = "https://open.spotify.com/show/4iKXt5k2zCbAQOrMePh7qh"
1011LINKEDIN_URL = "https://linkedin.com/in/braismoure/"
1112
Original file line number Diff line number Diff line change @@ -81,16 +81,21 @@ def header(details=True) -> rx.Component:
8181 "TikTok"
8282 ),
8383 link_icon (
84- "/icons/spotify .svg" ,
85- const .SPOTIFY_URL ,
86- "Spotify "
84+ "/icons/facebook .svg" ,
85+ const .FACEBOOK_URL ,
86+ "Facebook "
8787 ),
88+ # link_icon(
89+ # "/icons/spotify.svg",
90+ # const.SPOTIFY_URL,
91+ # "Spotify"
92+ # ),
8893 link_icon (
8994 "/icons/linkedin.svg" ,
9095 const .LINKEDIN_URL ,
9196 "LinkedIn"
9297 ),
93- spacing = Spacing .LARGE .value ,
98+ spacing = Spacing .DEFAULT .value ,
9499 padding_top = Size .SMALL .value
95100 ),
96101 spacing = Spacing .ZERO .value ,
You can’t perform that action at this time.
0 commit comments