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 6
6
TWITTER_X_URL = "https://twitter.com/mouredev"
7
7
INSTAGRAM_URL = "https://instagram.com/mouredev"
8
8
TIKTOK_URL = "https://tiktok.com/@mouredev"
9
+ FACEBOOK_URL = "https://facebook.com/mouredev"
9
10
SPOTIFY_URL = "https://open.spotify.com/show/4iKXt5k2zCbAQOrMePh7qh"
10
11
LINKEDIN_URL = "https://linkedin.com/in/braismoure/"
11
12
Original file line number Diff line number Diff line change @@ -81,16 +81,21 @@ def header(details=True) -> rx.Component:
81
81
"TikTok"
82
82
),
83
83
link_icon (
84
- "/icons/spotify .svg" ,
85
- const .SPOTIFY_URL ,
86
- "Spotify "
84
+ "/icons/facebook .svg" ,
85
+ const .FACEBOOK_URL ,
86
+ "Facebook "
87
87
),
88
+ # link_icon(
89
+ # "/icons/spotify.svg",
90
+ # const.SPOTIFY_URL,
91
+ # "Spotify"
92
+ # ),
88
93
link_icon (
89
94
"/icons/linkedin.svg" ,
90
95
const .LINKEDIN_URL ,
91
96
"LinkedIn"
92
97
),
93
- spacing = Spacing .LARGE .value ,
98
+ spacing = Spacing .DEFAULT .value ,
94
99
padding_top = Size .SMALL .value
95
100
),
96
101
spacing = Spacing .ZERO .value ,
You can’t perform that action at this time.
0 commit comments