We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6402b3 commit fbb6e84Copy full SHA for fbb6e84
link_bio/assets/avatar.jpg
-74 KB
link_bio/assets/avatar.webp
37.2 KB
link_bio/link_bio/views/header.py
@@ -32,17 +32,19 @@ def header(details=True) -> rx.Component:
32
bg=Color.PURPLE.value,
33
position="absolute",
34
top=f"-{Size.DEFAULT.value}",
35
- right=f"-{Size.DEFAULT.value}"
+ right=f"-{Size.DEFAULT.value}",
36
+ z_index="2"
37
)
38
),
39
rx.avatar(
40
name="Brais Moure",
41
size=Spacing.MEDIUM_BIG.value,
- src="/avatar.jpg",
42
+ src="/avatar.webp",
43
radius="none",
44
color=TextColor.LIGHT.value,
45
bg=Color.DARK.value,
- style=styles.image_style
46
+ style=styles.image_style,
47
+ alt="Avatar MoureDev"
48
49
position="relative"
50
0 commit comments