Skip to content

Commit 6ae960f

Browse files
committed
2 parents c20448d + e242e7f commit 6ae960f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

alphaspheredotai_github_io/component.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@ def contact_item(
7272
return rx.card(
7373
rx.flex(
7474
(
75-
rx.image(src=avatar, alt=name, border_radius="25%", height="25%", width="25%"),
75+
rx.image(
76+
src=avatar,
77+
alt=name,
78+
border_radius="25%",
79+
height="25%",
80+
width="25%",
81+
),
7682
rx.heading(name, size="4", weight="bold"),
7783
rx.text(username, color_scheme="gray"),
7884
rx.link(

0 commit comments

Comments
 (0)