File tree 3 files changed +17
-17
lines changed
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- import reflex as rx
2
- from link_bio .styles .colors import Color
1
+ # import reflex as rx
2
+ # from link_bio.styles.colors import Color
3
3
4
4
5
- class FloatButton (rx .Component ):
6
- library = "antd"
7
- tag = "FloatButton"
8
- icon : rx .Var [rx .el .Img ]
9
- href : rx .Var [str ]
10
- target = "_blank"
11
- badge = {"dot" : True , "color" : Color .PRIMARY .value }
5
+ # class FloatButton(rx.Component):
6
+ # library = "antd"
7
+ # tag = "FloatButton"
8
+ # icon: rx.Var[rx.el.Img]
9
+ # href: rx.Var[str]
10
+ # target = "_blank"
11
+ # badge = {"dot": True, "color": Color.PRIMARY.value}
12
12
13
13
14
- float_button = FloatButton .create
14
+ # float_button = FloatButton.create
Original file line number Diff line number Diff line change 3
3
import link_bio .constants as const
4
4
from link_bio .styles .styles import Size , Spacing
5
5
from link_bio .styles .colors import Color , TextColor
6
- from link_bio .components .ant_components import float_button
6
+ # from link_bio.components.ant_components import float_button
7
7
8
8
9
9
def footer () -> rx .Component :
@@ -46,10 +46,10 @@ def footer() -> rx.Component:
46
46
href = const .REPO_URL ,
47
47
is_external = True
48
48
),
49
- float_button (
50
- icon = rx .image (src = "/icons/donate.svg" ),
51
- href = const .COFFEE_URL
52
- ),
49
+ # float_button(
50
+ # icon=rx.image(src="/icons/donate.svg"),
51
+ # href=const.COFFEE_URL
52
+ # ),
53
53
align = "center" ,
54
54
margin_bottom = Size .BIG .value ,
55
55
padding_bottom = Size .VERY_BIG .value ,
Original file line number Diff line number Diff line change 1
1
pip == 24.3.1
2
2
reflex == 0.6.4
3
3
python-dotenv == 1.0.1
4
- supabase == 2.3.5
4
+ supabase == 2.9.1
5
5
configcat-client == 9.0.4
6
- pytz == 2024.1
6
+ pytz == 2024.2
You can’t perform that action at this time.
0 commit comments