Skip to content

Commit 5d959d6

Browse files
committed
Correcciones para mejorar la accesibilidad
1 parent 0f80411 commit 5d959d6

File tree

17 files changed

+17
-14
lines changed

17 files changed

+17
-14
lines changed

link_bio/assets/elgato.png

-2.88 KB
Loading

link_bio/link_bio/components/footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def footer() -> rx.Component:
1010
rx.image(
1111
src="logo.png",
1212
height=Size.VERY_BIG.value,
13-
weight=Size.VERY_BIG.value,
13+
width=Size.VERY_BIG.value,
1414
alt="Logotipo de MoureDev. Una \"eme\" entre llaves."
1515
),
1616
rx.link(

link_bio/link_bio/components/link_icon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def link_icon(image: str, url: str, alt: str) -> rx.Component:
77
rx.image(
88
src=image,
99
width=Size.LARGE.value,
10+
height=Size.LARGE.value,
1011
alt=alt
1112
),
1213
href=url,

link_bio/link_bio/components/link_sponsor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ def link_sponsor(imagen: str, url: str, alt: str) -> rx.Component:
66
return rx.link(
77
rx.image(
88
src=imagen,
9-
height=Size.VERY_BIG.value,
9+
height="100%",
1010
width="auto",
1111
alt=alt
1212
),
1313
href=url,
14-
is_external=True
14+
is_external=True,
15+
height=Size.VERY_BIG.value
1516
)

link_bio/link_bio/link_bio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
def index() -> rx.Component:
1616
return rx.box(
17+
rx.script("document.documentElement.lang='es'"),
1718
navbar(),
1819
rx.center(
1920
rx.vstack(

link_bio/public/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/404/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

link_bio/public/_next/static/UuESmEXObYqsGDTiQmLK5/_buildManifest.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

link_bio/public/_next/static/chunks/425-7293ebb50fdae26b.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

link_bio/public/_next/static/chunks/95-901079ce412d5c54.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)