Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3b18f0

Browse files
committed
Accesibilidad
1 parent7093bcb commitd3b18f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎link_bio/link_bio/components/featured_link.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ def featured_link(featured: Featured) -> rx.Component:
1010
rx.image(
1111
src=featured.image,
1212
border_radius=Size.DEFAULT.value,
13-
background=Color.CONTENT.value
13+
background=Color.CONTENT.value,
14+
width="100%",
15+
height="auto",
16+
alt=f"Imagen destacada para:{featured.title}"
1417
),
1518
rx.text(
1619
featured.title,

‎link_bio/link_bio/components/footer.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def footer() -> rx.Component:
3434
rx.image(
3535
src="/icons/github.svg",
3636
height=Size.LARGE.value,
37-
width=Size.LARGE.value
37+
width=Size.LARGE.value,
38+
alt="Logo GitHub"
3839
),
3940
rx.text(
4041
"BUILDING SOFTWARE WITH ♥ FROM GALICIA TO THE WORLD.",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp