Skip to content

Commit 4188c2a

Browse files
committed
Correcciones para mejorar el rendimiento
1 parent 959974c commit 4188c2a

File tree

12 files changed

+12
-13
lines changed

12 files changed

+12
-13
lines changed

link_bio/assets/elgato.png

74 Bytes
Loading

link_bio/assets/mvp.png

54 Bytes
Loading

link_bio/link_bio/components/link_sponsor.py

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

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/u1OIz2ok7Ueuq6e6y5NwI/_buildManifest.js renamed to link_bio/public/_next/static/_3SItsYCfzEr3083ZGQMw/_buildManifest.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

link_bio/public/_next/static/chunks/pages/index-12cfc779fb60da61.js renamed to link_bio/public/_next/static/chunks/pages/index-0a22a1805a93b3cd.js

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

link_bio/public/elgato.png

74 Bytes
Loading

link_bio/public/index.html

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

0 commit comments

Comments
 (0)